X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;fp=makefile;h=2456a3d3ff35e13be3dc70660d2ad086cae6e03c;hb=eb2ac100241d04561409656a9b63df3a6e3a1437;hp=0000000000000000000000000000000000000000;hpb=f798b14aba7f6c0b9a30c7d169fe6b997613ed1c;p=bash.d.git diff --git a/makefile b/makefile new file mode 100644 index 0000000..2456a3d --- /dev/null +++ b/makefile @@ -0,0 +1,7 @@ +SRCS = aliases compilation options sage + +all: $(SRCS) + cat $(SRCS) > $@ + +clean: + rm -f all