diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-04-12 14:50:25 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-04-12 15:45:37 -0400 |
commit | 038f04912cdbb5117bc1661ae36c07447e984914 (patch) | |
tree | 717f2bc48632ee1a24774eed4339f193ae870def | |
parent | 4bae99e227c97ef0659b286717994a8bbddebc3b (diff) | |
download | getwtxt-038f04912cdbb5117bc1661ae36c07447e984914.tar.gz |
added static files dir to install section of makefile
-rw-r--r-- | Makefile | 2 |
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) |