diff options
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile new file mode 100644 index 0000000..0614da7 --- /dev/null +++ b/tools/Makefile @@ -0,0 +1,10 @@ +all: ALWAYS + @echo please specify a target to build +%: ALWAYS + @$(MAKE) -s -C .. tools/$@ + +Makefile: + #nothing +ALWAYS: +.PHONY: ALWAYS makefiles +.SUFFIXES: |