diff --git a/Makefile b/Makefile index e704095..245e671 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ headers := $(wildcard */*.h) .PHONY: all test clean -all: vgbc $(test-targets) +all: vgbc clean: rm -rf $(clean-objs)