]> gitweb.michael.orlitzky.com - bash.d.git/blobdiff - makefile
Replace the "all" script with a makefile that constructs it.
[bash.d.git] / makefile
diff --git a/makefile b/makefile
new file mode 100644 (file)
index 0000000..2456a3d
--- /dev/null
+++ b/makefile
@@ -0,0 +1,7 @@
+SRCS = aliases compilation options sage
+
+all: $(SRCS)
+       cat $(SRCS) > $@
+
+clean:
+       rm -f all