11 lines
464 B
Plaintext
11 lines
464 B
Plaintext
--- /var/src/ncgol/d347813ccde96339de27751877f411e66453ae06/Makefile 2020-08-09 01:46:04.540000000 +0000
|
|
+++ /var/lyr/upper/lix/ncgol/d347813ccde96339de27751877f411e66453ae06/src/Makefile 2020-08-09 01:48:32.510000000 +0000
|
|
@@ -1,5 +1,5 @@
|
|
-CFLAGS = -Wall -Wextra -Wshadow -pedantic -g
|
|
-LDFLAGS = -lncurses
|
|
+CFLAGS = -Wall -Wextra -Wshadow -pedantic -g -static --static -I/include/ncurses
|
|
+LDFLAGS = -lncurses -static --static
|
|
|
|
SRC = ncgol.c
|
|
OBJ = ${SRC:.c=.o}
|