summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-07-30 20:39:13 -0400
committerrealtradam <[email protected]>2023-07-30 20:39:13 -0400
commit27bb5f4a98e81d2d9aba2244468e9c2ed630cbbd (patch)
treec445a042242e9c65dcc4df2a0ec37bdf2f23e11f /Makefile
parent82229540666b12588d5452b4f8a40ed7fc233dea (diff)
downloadkobold_sample-27bb5f4a98e81d2d9aba2244468e9c2ed630cbbd.tar.gz
kobold_sample-27bb5f4a98e81d2d9aba2244468e9c2ed630cbbd.zip
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f87b1e9..c9d86d5 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,7 @@
all: build run
-pull:
- kobold
-
-raylib: pull
+raylib:
(cd raylib/src; make)
build: raylib