update test program
This commit is contained in:
9
test/Makefile
Normal file
9
test/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
CFLAGS = -Wall
|
||||
SRCS = load_rw.c
|
||||
OBJS = $(SRCS:%.c=%.o)
|
||||
|
||||
load_rw: ${OBJS}
|
||||
${CC} -o $@ $^
|
||||
|
||||
clean:
|
||||
rm *.o load_rw
|
||||
Reference in New Issue
Block a user