diff --git a/Makefile b/Makefile index a3449d3..afcf408 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,8 @@ headers = $(wildcard ./src/*.h) main: $(source) $(headers) c++ $(source) $(headers) -o ./bin/minecraft -Wall -Wextra -Werror + +clean: + rm -r bin/ + mkdir bin/ + touch bin/.placeholder \ No newline at end of file