diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..18c2577 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ + +default: all + +all: + @echo "Nothing to build. Try 'make clean' if you want to clean up." + +clean: + rm -f *~