diff --git a/Makefile b/Makefile index 2a02c77c..d794c007 100644 --- a/Makefile +++ b/Makefile @@ -76,4 +76,4 @@ ${OUT}: ${OBJECTS} ${LIB} $(STRIP) $@ clean: - $(DEL) vba ${OBJECTS} ${LIB} + $(DEL) ${OUT} ${OBJECTS} ${LIB}