summaryrefslogtreecommitdiff
path: root/www/irc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/irc/Makefile')
-rw-r--r--www/irc/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/irc/Makefile b/www/irc/Makefile
new file mode 100644
index 0000000000..5ec9d50aa5
--- /dev/null
+++ b/www/irc/Makefile
@@ -0,0 +1,9 @@
1ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2
3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html)
5
6all: $(OBJS)
7
8%.html : %.t
9 $(ACTION) $<