summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile
index ba02760576..3df6536134 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,4 +1,4 @@
1ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -Uunix -H -C -V -LL >$@ 1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@
2 2
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html) 4OBJS := $(SRC:%.t=%.html)