unicorn/regress/Makefile

12 lines
128 B
Makefile
Raw Normal View History

2015-08-24 11:00:54 +00:00
CFLAGS+=-I../include
LDFLAGS=-L.. -lunicorn
TESTS=map_crash map_regs
all: $(TESTS)
clean:
rm -f $(TESTS)
.PHONY: all clean