diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -27,8 +27,7 @@ endif html: www/index.html www/index.html: www/index.html.dist - $(if $(DEBUG), sed -e 's:$(subst www/,,$(JSOUT)):$(subst $(SPACE),"></script><script src=",$(subst www/,,$(JS))):' $^ > $@, \ - cp $^ $@) + $(if $(DEBUG), sed -e 's:$(subst www/,,$(JSOUT)):$(subst $(SPACE),"></script><script src=",$(subst www/,,$(JS))):' $^ > $@, cp $^ $@) # === JS === @@ -215,4 +214,4 @@ MAKEFLAGS=-LRr .PRECIOUS: $(WAV) .INTERMEDIATE: $(WAV) $(Y4M) $(CTC_ANIM_TMP_ALL) $(CTC_ANIM_TMP_WEBP) -.PHONY: video audio images js test space watch +.PHONY: video audio images js test space dev |