diff options
author | Jan Huwald <jh@sotun.de> | 2013-01-07 09:48:37 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2013-01-07 09:48:37 (GMT) |
commit | cab8970e9cbab660c9ef74805b7902238b2ea926 (patch) | |
tree | 2333358a6eadd93fc6575681df33dddbc4a35c1b /Makefile |
Initial commit
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..63415a1 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: + +clean: + rm -f *~
\ No newline at end of file |