night mission
This commit is contained in:
10
files/Makefile
Normal file
10
files/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
CC = gcc
|
||||
CCOPT = -Wall -g -DDEBUG_LEVEL=1
|
||||
|
||||
|
||||
|
||||
LIBS =
|
||||
|
||||
t: t.c ${OBJS} Makefile
|
||||
$(CC) ${CCOPT} $< ${OBJS} ${LIBS} -o $@
|
||||
|
||||
Reference in New Issue
Block a user