aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 3605412..0000000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-WLPDIR=wlp
-
-CSRCDIR=$(WLPDIR)/C
-MODULEDIR=$(WLPDIR)/module
-BINDIR=$(WLPDIR)
-
-bin:
- $(MAKE) -C $(WLPDIR)
-
-install:
- install pygm2n pygn2m $(DESTDIR)/usr/bin
- install *.py $(DESTDIR)/usr/lib/pyg
- install *.so $(DESTDIR)/usr/lib/pyg
-
-check:
- # pygm2n -TVn local.news.group < examples/mail
- echo "Not Implemented!"
-
-clean:
- $(MAKE) -C $(WLPDIR) clean
- rm -f *.pyc *.so