night mission
This commit is contained in:
@@ -4,7 +4,14 @@
|
||||
CC = gcc
|
||||
CCOPT = -Wall -g -DDEBUG_LEVEL=1
|
||||
|
||||
ncfuncs.o: ncfuncs.c ncfuncs.h Makefile
|
||||
$(CC) ${CCOPT} -c $<
|
||||
|
||||
OBJS = ncfuncs.o
|
||||
LIBS = -lcurses
|
||||
|
||||
t: t.c ${OBJS} Makefile
|
||||
$(CC) ${CCOPT} $< ${OBJS} ${LIBS} -o $@
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user