13 lines
155 B
Makefile
13 lines
155 B
Makefile
|
# 22 april 2015
|
||
|
|
||
|
testCFILES = \
|
||
|
test/main.c \
|
||
|
test/menus.c \
|
||
|
test/page1.c \
|
||
|
test/page2.c \
|
||
|
test/page3.c \
|
||
|
test/spaced.c
|
||
|
|
||
|
testHFILES = \
|
||
|
test/test.h
|