summaryrefslogtreecommitdiff
path: root/data/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'data/Makefile')
-rw-r--r--data/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/data/Makefile b/data/Makefile
deleted file mode 100644
index 65cf185..0000000
--- a/data/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: data rservice xor
-
-data: data.c
- cc -s -O -o data data.c
-rservice: rservice.c
- cc -s -O -o rservice rservice.c
-xor: xor.c
- cc -s -O -o xor xor.c
-clean:
- rm -f *.o data rservice xor