summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2018-08-25 12:30:38 -0400
committer53hornet <53hornet@gmail.com>2018-08-25 12:30:38 -0400
commitef70b6074baefb3120a2d6740d0f82230191b234 (patch)
tree25039df67fe9c2168641ff4d36f7e362634766de /makefile
parentdcb009277942cc343afc3bd589542b30223377d0 (diff)
downloadmd-site-ef70b6074baefb3120a2d6740d0f82230191b234.tar.xz
md-site-ef70b6074baefb3120a2d6740d0f82230191b234.zip
Vim is acting up; backup.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 102288c..386f151 100644
--- a/makefile
+++ b/makefile
@@ -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)