Commit b23ce68f authored by Felix Paul Kühne's avatar Felix Paul Kühne

* run 'make src' by default, since 'make bin' isn't and won't be available

parent a0d182be
......@@ -27,7 +27,10 @@ include ./config.mak
BUILDDIRS = bin doc etc include info lib man sbin share vlc-lib tmp
all: FORCE
@echo "Do you mean to make src or make bin ?"
# @echo "Do you mean to make src or make bin ?"
@echo " 'make bin' isn't functional at the moment,"
@echo " running 'make src' instead..."
$(MAKE) src
src: FORCE
$(MAKE) -C src all
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment