diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-18 23:36:37 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-18 23:36:37 +0100 |
commit | f474b6cbc9749a6f51a0f7f7c01c1100730dfce0 (patch) | |
tree | 4a6fc29b2b624516dab5d1be9092bc6c08648758 /options.mk | |
parent | 6ff5377cf5db64b1e11a2da2f4d509a43d5edb3f (diff) |
Added vars
Diffstat (limited to 'options.mk')
-rw-r--r-- | options.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ # options.mk +FICS_HOME ?= /home/_fics +PREFIX ?= /usr/local + CC ?= cc CFLAGS = -O2 -Wall -pipe -std=c11 |