reading samples list
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
CC = gcc
|
||||
CCOPT = -Wall -g -DDEBUG_LEVEL=1
|
||||
|
||||
|
||||
ffuncs.o: ffuncs.c ffuncs.h Makefile
|
||||
$(CC) ${CCOPT} -c $<
|
||||
|
||||
LIBS =
|
||||
OBJS = ffuncs.o
|
||||
|
||||
t: t.c ${OBJS} Makefile
|
||||
$(CC) ${CCOPT} $< ${OBJS} ${LIBS} -o $@
|
||||
|
||||
Reference in New Issue
Block a user