6 lines
56 B
Makefile
6 lines
56 B
Makefile
|
CFLAGS = -Wall
|
||
|
TEST_GEN_PROGS = sas
|
||
|
|
||
|
include ../lib.mk
|
||
|
|