@ -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