about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-04-12 14:50:25 -0400
committerBen Morrison <ben@gbmor.dev>2020-04-12 15:45:37 -0400
commit038f04912cdbb5117bc1661ae36c07447e984914 (patch)
tree717f2bc48632ee1a24774eed4339f193ae870def
parent4bae99e227c97ef0659b286717994a8bbddebc3b (diff)
downloadgetwtxt-038f04912cdbb5117bc1661ae36c07447e984914.tar.gz
added static files dir to install section of makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19aad39..bf891ce 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ install:
 	@echo
 	@echo
 	@echo Creating directories...
-	mkdir -p $(BINDIR)/assets/tmpl $(BINDIR)/docs $(BINDIR)/logs
+	mkdir -p $(BINDIR)/assets/tmpl $(BINDIR)/docs $(BINDIR)/logs $(BINDIR)/static
 	@echo
 	@echo Copying files...
 	install -m755 getwtxt $(BINDIR)