summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-10-29 11:08:19 -0400
committerAndrew Cady <d@jerkface.net>2020-10-29 11:08:19 -0400
commit852ae4c67a67ea4673c82d09a038dd7cb9bfb818 (patch)
treef16b17edc43326852fe679f81a27573679b9c797 /Makefile
parentdcb3cee81ef6e1187c075e19021d7f75d1e7c466 (diff)
improvements
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e70c84..214fad1 100644
--- a/Makefile
+++ b/Makefile
@@ -48,4 +48,9 @@ endif
48install: $(DESTINATIONS) 48install: $(DESTINATIONS)
49 49
50simulate-install: 50simulate-install:
51 $(MAKE) -n install 51 @echo
52 @echo \#\# SIMULATED INSTALL \#\#
53 @echo
54 @echo run \'make install\' to execute the install commands shown below
55 @echo
56 @$(MAKE) -n install