diff options
Diffstat (limited to 'www/Makefile')
| -rw-r--r-- | www/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index ae966d9..012fd09 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2,7 +2,7 @@ ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V - SRC := $(wildcard *.t) SOBJS := daily.shtml main.shtml index.shtml status.shtml \ - bugs.shtml requests.shtml + bugs.shtml requests.shtml patches.shtml OBJS := $(SRC:%.t=%.html) $(SOBJS) .SUFFIXES: .t .html |