aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
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*