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