Update 'Makefile'

BodgeMaster-unfinished
Shwoomple 2022-06-24 07:21:54 +02:00
parent 3fb2794dbc
commit 49fc41704b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
source = $(wildcard ./src/*.cpp)
headers = $(wildcard ./src/*.hpp)
headers = $(wildcard ./src/*.h)
main: $(source) $(headers)
c++ $(source) $(headers) -o ./bin/minecraft -Wall -Wextra -Werror