]> git.mcshandy.xyz Git - assteroids/commitdiff
Move to a real makefile like a man
authorAynRandDuran <lpj1496@gmail.com>
Sat, 17 Jul 2021 01:58:35 +0000 (21:58 -0400)
committerAynRandDuran <lpj1496@gmail.com>
Sat, 17 Jul 2021 01:58:35 +0000 (21:58 -0400)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..1c7eab2
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+LIBS = -lraylib -lgdi32 -lwinmm
+
+game: game.cpp
+       $(CXX) $@.cpp $(LIBS) -o $@