summaryrefslogtreecommitdiffstats
path: root/www/devcon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/devcon/Makefile')
-rw-r--r--www/devcon/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/www/devcon/Makefile b/www/devcon/Makefile
deleted file mode 100644
index 751a62f256..0000000000
--- a/www/devcon/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
-
-SRC := $(wildcard *.t)
-OBJS := $(SRC:%.t=%.html)
-
-all: $(OBJS)
-
-%.html : %.t
- $(ACTION) $<