diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ PNG_OUT = $(patsubst md/%.png, html/%.png, $(PNG)) ATC_OUT = $(patsubst md/atc.53hor.net/%.md, html/atc.53hor.net/%.html, $(MD)) .PHONY: all -all: css img 53hor.net atc.53hor.net +all: css img 53hor.net atc.53hor.net alsplusatc.net .PHONY: css css: $(CSS_OUT) |