5 lines
81 B
Makefile
5 lines
81 B
Makefile
C_SOURCES := a.c b.c
|
|
a.o: CFLAGS_EXTRAS := -gsplit-dwarf
|
|
|
|
include Makefile.rules
|