summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-07-30 21:20:52 -0400
committerrealtradam <[email protected]>2023-07-30 21:20:52 -0400
commit6a6f025396d2d7835aff628bc0b97e3283de2caf (patch)
tree529c47ae562688a40c5cbdba9f3b4c8ab1369743 /Makefile
parent27bb5f4a98e81d2d9aba2244468e9c2ed630cbbd (diff)
downloadkobold_sample-master.tar.gz
kobold_sample-master.zip
fix kobold symlink issueHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9d86d5..2012074 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,10 @@
all: build run
-raylib:
+kobold:
+ kobold
+
+raylib: kobold
(cd raylib/src; make)
build: raylib