aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorgonzo <gonzo@toniatuh.com>2024-11-03 21:40:57 +0100
committergonzo <gonzo@toniatuh.com>2024-11-03 21:40:57 +0100
commitc24e9c8679d43ad5960864b1e7c746b2dcf53562 (patch)
treefcb7ff154121c7b93ace293ce8f7aa6cc3bfea32 /makefile
parent5e764e9edd3c5e33fa9a384b49b74e5c4eb370a3 (diff)
downloadgambit-raylib-c24e9c8679d43ad5960864b1e7c746b2dcf53562.tar.gz
moved pkg-config flags to library definition in sld
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/makefile b/makefile
index c471fae..74c90d8 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,7 @@
all: loadable
loadable:
- gsc -:s -debug -dynamic \
- -pkg-config gl -pkg-config raylib \
- raylib.sld
+ gsc -:s -debug -dynamic raylib.sld
+
+clean:
+ rm raylib.o*