summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2011-11-17 21:32:51 +0100
committerJoel Klinghed <the_jk@yahoo.com>2011-11-17 21:32:51 +0100
commit574e9ca2bc2d2893767b14e0732cbffd07d4979a (patch)
tree291523ce96b6376d85dcdac86063351e6f6552ba /Makefile
parent331d327671af3969e56e8019657a91ead88643d3 (diff)
autofoo & finishing touches on VIEW torrent. Interaction next time
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index f0e2ef0..0000000
--- a/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-all:
- $(MAKE) -C src all
-
-check:
- $(MAKE) -C test check
-
-clean:
- $(MAKE) -C src clean