diff options
Diffstat (limited to 'www/irc/Makefile')
| -rw-r--r-- | www/irc/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/irc/Makefile b/www/irc/Makefile deleted file mode 100644 index 70f1dec..0000000 --- a/www/irc/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ - -SRC := $(wildcard *.t) -OBJS := $(SRC:%.t=%.shtml) - -all: $(OBJS) - -%.html : %.t - $(ACTION) $< - -%.shtml : %.t - $(ACTION) $< - -index.shtml: index.t nicks.txt |