aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2018-02-03 23:34:16 -0600
committerepoch <epoch@hacking.allowed.org>2018-02-03 23:34:16 -0600
commitd6a28f65ab720ab7c811f344a10b2d6d2653a7df (patch)
tree388715e5d022e528e4fab3ee847e6b370b70b265 /Makefile
parent9e282099e1ccd122232bfc18c131450681dc03d8 (diff)
downloadhackvr-d6a28f65ab720ab7c811f344a10b2d6d2653a7df.tar.gz
hackvr-d6a28f65ab720ab7c811f344a10b2d6d2653a7df.zip
changed base makefile to require the other targets before doing install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c9dc67..4dcc13b 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ clean:
$(MAKE) -C src clean
$(MAKE) -C hackvr_term clean
-install:
+install: hackvr hackvr_term
$(MAKE) -C src install
$(MAKE) -C hackvr_term install
install -D font/font.hackvr $(PREFIX)/share/hackvr/font.hackvr