From d6a28f65ab720ab7c811f344a10b2d6d2653a7df Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 3 Feb 2018 23:34:16 -0600 Subject: changed base makefile to require the other targets before doing install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3