aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/setup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'code/unix/setup/Makefile')
-rw-r--r--code/unix/setup/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/code/unix/setup/Makefile b/code/unix/setup/Makefile
deleted file mode 100644
index 286831c..0000000
--- a/code/unix/setup/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-VERSION=1.34
-RELEASE=svn
-
-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