Makefile cleanup

This commit is contained in:
Chris Eagle
2015-08-28 00:17:33 -07:00
parent b31bb9638c
commit 4f11d88d28
3 changed files with 3 additions and 5 deletions

View File

@ -4,7 +4,7 @@ LDFLAGS = -L.. -lunicorn
TESTS = map_crash map_write
TESTS += sigill sigill2
TESTS += block_test
TESTS += ro_mem_test mem_protect
TESTS += ro_mem_test
all: $(TESTS)