CFLAGS+=-I../include LDFLAGS=-L.. -lunicorn TESTS=map_crash map_regs all: $(TESTS) clean: rm -f $(TESTS) .PHONY: all clean