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 | |
parent | 615dc733e4e052eabcb25ea59b8f67500c43d3a3 (diff) |
*** empty log message ***
-rw-r--r-- | COPYRIGHT (renamed from src/COPYRIGHT) | 0 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | README (renamed from src/README) | 0 |
3 files changed, 4 insertions, 0 deletions
diff --git a/src/COPYRIGHT b/COPYRIGHT index 4aae86e..4aae86e 100644 --- a/src/COPYRIGHT +++ b/COPYRIGHT 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 |