diff options
author | epoch <epoch@hacking.allowed.org> | 2018-02-03 23:34:16 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2018-02-03 23:34:16 -0600 |
commit | d6a28f65ab720ab7c811f344a10b2d6d2653a7df (patch) | |
tree | 388715e5d022e528e4fab3ee847e6b370b70b265 /Makefile | |
parent | 9e282099e1ccd122232bfc18c131450681dc03d8 (diff) | |
download | hackvr-d6a28f65ab720ab7c811f344a10b2d6d2653a7df.tar.gz hackvr-d6a28f65ab720ab7c811f344a10b2d6d2653a7df.zip |
changed base makefile to require the other targets before doing install
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |