diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-03 18:31:41 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-03 18:31:41 -0500 |
commit | ca844b5b2fc5eec7fb7b02ead72c1b2995b068b3 (patch) | |
tree | 29dd08e2dba630453c32c7f9317660fea4bf7ced /Makefile | |
parent | 657ddd0ff753c3db05fe9efe00ac9b70bbb53c01 (diff) |
mv src/{DND,dnd}
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ html.out += $(foreach d,$(sort $(dir $(patsubst src/%,out/%,$(html.src)))),$dind mydir = $(patsubst %/,%,$(patsubst out/%,%,$(dir $@))) -all: $(html.out) out/main.css out/DND/DND.css +all: $(html.out) out/main.css out/dnd/DND.css .PHONY: all bin/page = bin/page bin/util.rb bin/pandoc.rb |