diff --git a/VEX/Makefile b/VEX/Makefile index 38ecee237..ab37aac29 100644 --- a/VEX/Makefile +++ b/VEX/Makefile @@ -77,6 +77,8 @@ CCFLAGS = -g -O -Wall -Wmissing-prototypes -Wshadow -Winline \ all: vex +scratch: clean version all + vex: libvex.a test_main.o $(CC) $(CCFLAGS) -o vex test_main.o libvex.a