]> git.mdlowis.com Git - projs/tide.git/commitdiff
changed default install location
authorMichael D. Lowis <mike.lowis@gentex.com>
Tue, 25 Jul 2017 14:08:02 +0000 (10:08 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Tue, 25 Jul 2017 14:08:02 +0000 (10:08 -0400)
config.mk

index f391e19870612a94e32abc399d4374cd132c80c0..928b2cc4697e3476505c69f3f1d0a7f6144eea0f 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,7 +1,8 @@
 # Customize this file to fit your system
 
 # Install location
-PREFIX = $(HOME)
+#PREFIX = $(HOME)
+PREFIX = /usr/local
 
 # OSX X11 Flags
 INCS += -I/usr/X11/include           \