]> gitweb.michael.orlitzky.com - bash.d.git/blob - makefile
7248e3b9242b382f39581ca1f7c180cd62a54436
[bash.d.git] / makefile
1 SRCS = aliases.sh compilation.sh gpg.sh options.sh sage.sh
2
3 all: $(SRCS)
4 cat $(SRCS) > $@
5
6 clean:
7 rm -f all