1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-01-09 10:53:43 +01:00

Delete: tests/Makefile

}(Logical change 1.7)
This commit is contained in:
mostang.com!davidm 2002-02-23 20:27:03 +00:00
parent 02acb8d4dd
commit 1888c151fc

View file

@ -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