diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2020-12-24 19:07:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-24 19:07:08 -0500 |
commit | 8dd99d2a1030d9485919362b078853c74eb183aa (patch) | |
tree | f9dad89c815a7b8efff1695c863b870a4effbd22 /config.mk | |
parent | e0f11abd138515cf35bd361b524f10e169236a59 (diff) | |
parent | 95788164874890ec99dbc23a4e460b1781cc7be3 (diff) |
Merge pull request #65 from Keating950/master
Add install target to Makefile
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# paths +PREFIX = /usr/local + # Default compile flags (overridable by environment) CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-error=unused-function |