core update
[henge/webcc.git] / src / Makefile
index c6262fd..894514a 100644 (file)
@@ -89,3 +89,8 @@ ifdef MISSINGLIBS
 include $(foreach lib,$(MISSINGLIBS),.make/lib$(lib).mk)
 endif
 
+#include rules for making each app
+ifdef APPTARGS
+include $(foreach app,$(APPTARGS),.make/app$(app).mk)
+endif
+