1
0

Fix Makefile.

This commit is contained in:
2017-11-24 14:31:26 +01:00
parent 32e50d8334
commit f8ce957f57
+1 -1
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