diff --git a/Makefile b/Makefile index d3f9b6a..ed79d43 100644 --- a/Makefile +++ b/Makefile @@ -20,4 +20,6 @@ src/%.o: src/%.cpp clean: $(RM) src/*.o + +fullclean: clean $(RM) bin