diff options
author | scuri <scuri> | 2010-10-21 10:58:21 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-10-21 10:58:21 +0000 |
commit | 441af7f33571c508696e8f5f9b001c6444baa9bc (patch) | |
tree | a1de24ff0b1dd60b0bc1cc054536192b5d9ee68b /Makefile | |
parent | 615dc733e4e052eabcb25ea59b8f67500c43d3a3 (diff) |
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..97ff09d --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: do_all + +do_all: + @$(MAKE) --no-print-directory -C ./src/ do_all |