summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index f4d59b1..0000000
--- a/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-LIBZAP = zap/libzap.a
-
-.PHONY: clean install purge zap
-
-zap:
- $(MAKE) -Czap
-
-install: zap
- mkdir -pm755 $(HDRDIR)/zap
- mkdir -pm755 $(LIBDIR)
- install -Dm644 zap/include/zap/base.h $(HDRDIR)/zap
- install -Dm644 zap/include/zap/math.h $(HDRDIR)/zap
- install -Dm644 zap/include/zap/mem.h $(HDRDIR)/zap
- install -Dm755 $(LIBZAP) $(LIBDIR)
-
-clean:
- $(MAKE) -Czap clean
-
-purge:
- $(MAKE) -Czap purge