diff options
| -rw-r--r-- | www/tshirt-contest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/tshirt-contest/Makefile b/www/tshirt-contest/Makefile index 751a62f..9ac8954 100644 --- a/www/tshirt-contest/Makefile +++ b/www/tshirt-contest/Makefile @@ -4,6 +4,7 @@ SRC := $(wildcard *.t) OBJS := $(SRC:%.t=%.html) all: $(OBJS) + @(cd winner; $(MAKE)) %.html : %.t $(ACTION) $< |