diff options
author | Tim Angus <tim@ngus.net> | 2006-01-10 02:26:28 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-01-10 02:26:28 +0000 |
commit | 96ecc6d28bba6bd6ebda3e02d43b7fd466d4ab67 (patch) | |
tree | 42cea7e9094eaa70603b78b8685a336792db3a03 /src/unix/setup/Makefile | |
parent | 7d96b51fbc8b0df8ebf348de2aa5f2058254ed93 (diff) |
* Removed Q3 icons
* Removed ludwig's loki setup dir
* Added Tremulous icons
Diffstat (limited to 'src/unix/setup/Makefile')
-rw-r--r-- | src/unix/setup/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/unix/setup/Makefile b/src/unix/setup/Makefile deleted file mode 100644 index a25cd652..00000000 --- a/src/unix/setup/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -VERSION=FIXME -RELEASE=1 - -all: - VERSION=$(VERSION) RELEASE=$(RELEASE) ./doit - -sign: - for i in *.run; do \ - gpg -bao $$i.asc $$i; \ - done - -clean: - rm -rf *.run image - -.PHONY: all sign clean |