X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=a6cc7d449371fe67c44c23d0a96d27a8d3cc48ff;hb=cc72d40e8292040c148e26ff9c7785770e7bab0d;hp=2456a3d3ff35e13be3dc70660d2ad086cae6e03c;hpb=eb2ac100241d04561409656a9b63df3a6e3a1437;p=bash.d.git diff --git a/makefile b/makefile index 2456a3d..a6cc7d4 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -SRCS = aliases compilation options sage +SRCS = aliases.sh compilation.sh options.sh sage.sh all: $(SRCS) cat $(SRCS) > $@