about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 1dd66d1..e0723e5 100644 --- a/Makefile +++ b/Makefile
@@ -22,7 +22,9 @@ $(LIB): $(SOURCE)
22install: $(NAME) 22install: $(NAME)
23 install -Dt $(DESTDIR)$(PREFIX)/$@ $(NAME) 23 install -Dt $(DESTDIR)$(PREFIX)/$@ $(NAME)
24 24
25test: # TODO 25test: $(NAME)
26 @echo "Converting test/ to a wiki in out/ ..."
27 ./$(NAME) test -o out
26 28
27clean: 29clean:
28 rm -f *.import.scm *.so *.o 30 rm -f *.import.scm *.so *.o