Updated Makefile to include new file
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
||||
LDLIBS = -lraylib
|
||||
CXXFLAGS += -Wall -Wextra -pedantic -Werror
|
||||
|
||||
pong: main.o paddle.hpp ball.hpp
|
||||
pong: main.o paddle.hpp ball.hpp math-helpers.hpp
|
||||
g++ $(CXXFLAGS) main.o -o pong $(LDLIBS)
|
||||
|
||||
main.o : main.cpp
|
||||
|
Reference in New Issue
Block a user