mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-09 19:03:43 +01:00
Delete: tests/Makefile
}(Logical change 1.7)
This commit is contained in:
parent
02acb8d4dd
commit
1888c151fc
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
CPPFLAGS = -I../../include
|
||||
CFLAGS = -g -O -Wall
|
||||
|
||||
local_PROGS = bt exc
|
||||
|
||||
ifeq ($(ARCH),$(HOSTARCH))
|
||||
PROGS += $(local_PROGS)
|
||||
endif
|
||||
|
||||
all: $(PROGS)
|
||||
|
||||
clean:
|
||||
rm -f *.o $(PROGS)
|
||||
|
||||
distclean: clean
|
||||
rm -f *~
|
||||
|
||||
.PHONY: clean distclean
|
||||
|
||||
verify: verify.o ../libunwind.a
|
||||
exc: exc.o ../libunwind.a
|
||||
sig: sig.o ../libunwind.a
|
||||
bt: bt.o ../libunwind.a
|
Loading…
Reference in a new issue