aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-10-06 13:35:14 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-10-06 13:35:14 +0200
commit71e7b5fc4f28bcccd5fd9e27617b0ca2d13fc179 (patch)
tree4b5e54f60d706cf3ae2a43f403ecd4a690facbb8 /Makefile
parentDocumentation of stream behavior. (diff)
downloadcalp-71e7b5fc4f28bcccd5fd9e27617b0ca2d13fc179.tar.gz
calp-71e7b5fc4f28bcccd5fd9e27617b0ca2d13fc179.tar.xz
Remove old C code.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 6f25d5c5..a3fe93d2 100644
--- a/Makefile
+++ b/Makefile
@@ -33,10 +33,6 @@ GUILE_C_FLAGS = -Lmodule \
all: $(SO_FILES) $(GO_FILES)
-# Old C main
-parse: $(O_FILES)
- $(CC) -o $@ $^ $(LDFLAGS)
-
src/%.x : src/%.scm.c
guile-snarf -o $@ $< $(CFLAGS)
@@ -56,13 +52,6 @@ obj/%.scm.go: %.scm # $(SO_FILES)
@mkdir -p obj
guild compile $(GUILE_C_FLAGS) -o $@ $<
-.SECONDARY += %.dot
-%.dot: testcal/%.ics parse
- ./parse $< -g $@
-
-%.pdf: %.dot
- dot -Tpdf -o $@ $<
-
html: $(GO_FILES)
mkdir -p html
ln -sf ../static html
@@ -73,7 +62,6 @@ tags: $(C_FILES) $(H_FILES)
./rfc-tags rfc5545.txt >> tags
clean:
- -rm parse
-rm -r html
-rm -r obj
-rm -r lib