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