summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-17 22:43:47 -0400
committerJune McEnroe <june@causal.agency>2018-09-17 22:43:47 -0400
commit326a228eda461290291e74aaebf85a71a6cab081 (patch)
treeb9b6c132d0270a6f2ea8964f29c48a268bb29b5b
parentAdd "Using Make" (diff)
downloadsrc-326a228eda461290291e74aaebf85a71a6cab081.tar.gz
src-326a228eda461290291e74aaebf85a71a6cab081.zip
Make install target depend on text files
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 543dc4ee..f5ded14a 100644
--- a/Makefile
+++ b/Makefile
@@ -12,5 +12,5 @@ all: $(TXTS)
 clean:
 	rm -f $(TXTS)
 
-install:
+install: $(TXTS)
 	cp $(TXTS) $(WEBROOT)