Squashed commit of the following:
[project/luci.git] / build / module.mk
index 28731469642ce3b61afbcfcba3d5cd6e0ee57e29..923caad70c4ac86a7d10712b468d85c45fd989cd 100644 (file)
@@ -1,7 +1,8 @@
 .PHONY: all compile compile-module source source-module clean clean-module
 
 all: compile
-compile: compile-module
+compile: source-module
+compile-all: compile-module
 clean: clean-module
 source: source-module