]> git.llucax.com Git - software/makeit.git/blobdiff - Makefile
Move the example to its own subdirectory
[software/makeit.git] / Makefile
index f78a4f000b262aaffb9902768c5969ec4f29b9a8..f16419cb7747c56901d8b4947f323c55fe0fe1fc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,9 @@
 
-# Top-level directory
-T := .
+.PHONY: example
+example:
+       @$(MAKE) -C example
 
-# Default goal for building this directory
-.DEFAULT_GOAL := all
-
-# Include the top-level makefile
-include $T/Toplevel.mak
+.PHONY: clean-example
+clean-example:
+       @$(MAKE) -C example clean