From: AynRandDuran Date: Sat, 17 Jul 2021 01:58:35 +0000 (-0400) Subject: Move to a real makefile like a man X-Git-Url: http://git.mcshandy.xyz/gitweb.cgi?a=commitdiff_plain;h=5ab7a29c911d9258fb49ece2557b44176d7a2a68;p=assteroids Move to a real makefile like a man --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1c7eab2 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +LIBS = -lraylib -lgdi32 -lwinmm + +game: game.cpp + $(CXX) $@.cpp $(LIBS) -o $@