1
0

Fix Makefile.

This commit is contained in:
Markus Birth 2017-11-24 14:31:26 +01:00
parent 32e50d8334
commit f8ce957f57
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A

View File

@ -22,7 +22,7 @@ show_targets:
define make-goal
${shell bin/findtargets.py build/ $(SRC_DIR)$1}: $(SRC_DIR)$1
echo "Building $$@"
@echo "Building $$@"
bin/makemkp.py $$< ./build/
endef