diff options
author | scuri <scuri> | 2010-10-21 11:00:19 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-10-21 11:00:19 +0000 |
commit | dc293c1cb2d07f8ecf0523dbf9cd435a2dd17af5 (patch) | |
tree | f25477c45cd39b44c025e49519491a69c515dd3a | |
parent | 736712ef1e87d38e52e502d859cca2dcad56a3ce (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 64179f9..64179f9 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 |