aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-12-28 20:24:20 +0100
committerGravatar Tom Willemsen2012-12-28 20:24:20 +0100
commit5535308fffdd58ac17937d676c096fe889acb77e (patch)
tree9cbebf6655a102cf3fa02acbf92fdbc30d8da74d /Makefile
parent57f06ec8c977d9011b2692f20c7d5967c7d2a0cc (diff)
downloadmarkam-5535308fffdd58ac17937d676c096fe889acb77e.tar.gz
markam-5535308fffdd58ac17937d676c096fe889acb77e.zip
Restructure
Put all source files in `src/' and add the `conkeror/' directory from the old project.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index c0a9ee8..6bcd90a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,4 @@
.PHONY: all
-all: linkwave convert
-linkwave: linkwave.scm paths.o
- csc $^ -o $@
-
-convert: convert.scm paths.o
- csc $^ -o $@
-
-paths.o: paths.scm
- csc -c $^
+all:
+ $(MAKE) -C src/