aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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/