mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-22 04:55:50 -04:00

This recommits the patch, now that I verified that the bot instability is due to something else. Sorry for the noise. llvm-svn: 323879
11 lines
163 B
Makefile
11 lines
163 B
Makefile
LEVEL := ../../make
|
|
|
|
C_SOURCES := a.c b.c
|
|
a.o: CFLAGS_EXTRAS += -gsplit-dwarf
|
|
|
|
include $(LEVEL)/Makefile.rules
|
|
|
|
.PHONY: clean
|
|
clean::
|
|
$(RM) -f a.dwo a.o b.o main
|