starting the UI stuff
This commit is contained in:
10
ui/Makefile
Normal file
10
ui/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
# NcLooper : user interface components
|
||||
|
||||
CC = gcc
|
||||
CCOPT = -Wall -g -DDEBUG_LEVEL=1
|
||||
|
||||
|
||||
t: t.c ${OBJS} Makefile
|
||||
$(CC) ${CCOPT} $< ${OBJS} ${LIBS} -o $@
|
||||
|
||||
Reference in New Issue
Block a user