X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=a6cc7d449371fe67c44c23d0a96d27a8d3cc48ff;hb=e0507c5b5f9b7cab544523a05ab7ae94ec2cfcb8;hp=2456a3d3ff35e13be3dc70660d2ad086cae6e03c;hpb=b6f38a99cb23296286af8a17bc180f27e3aa7141;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) > $@