From 8c9832d95063c6e5be4c026519b7c9d231a65151 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Sun, 19 Nov 2017 18:36:56 +0100 Subject: [PATCH] Add physics to build list --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 193bf5f..92ee2ea 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PACKAGES= raylib raygui raymath easings +PACKAGES= raylib raygui raymath easings physics GO?= go