Files

9 lines
237 B
Diff
Raw Permalink Normal View History

2019-07-10 20:17:46 +03:00
--- Makefile.orig 2019-07-12 11:40:56.000000000 +0300
+++ Makefile 2019-07-12 11:40:59.000000000 +0300
@@ -1,4 +1,4 @@
-CC = gcc
+CC ?= gcc
NCURSES_CFLAGS = `pkg-config --cflags ncursesw`
NCURSES_LIBS = `pkg-config --libs ncursesw`