summaryrefslogtreecommitdiff
path: root/misc/nms/files/patch-Makefile
blob: 851174021f14f785da2f67fbdfbcf7d84473a93b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Makefile.orig	2016-07-14 12:48:22 UTC
+++ Makefile
@@ -14,9 +14,9 @@ BIN=bin
 OBJ=obj
 SRC=src
 
-CC = gcc
-CFLAGS = -Wextra -Wall
-LDLIBS = -lncursesw
+CC ?= gcc
+CFLAGS ?= -Wextra -Wall
+LDLIBS = $(LDFLAGS) -lncursesw
 DARWIN_LDLIBS = -lncurses
 NCURSES_H = /usr/include/ncurses.h