Compare commits
2 Commits
3d071fddf7
...
4173d1f369
Author | SHA1 | Date | |
---|---|---|---|
4173d1f369 | |||
9ae589e238 |
2
Makefile
2
Makefile
@ -79,7 +79,7 @@ include: submodules
|
||||
lib: submodules
|
||||
cd depends/raylib/src $(THEN) "$(MAKE)" PLATFORM=PLATFORM_DESKTOP
|
||||
$(MKDIR) $(call platformpth, lib/$(platform))
|
||||
$(call COPY,depends/raylib/$(libGenDir),lib/$(platform),libraylib.a)
|
||||
$(call COPY,depends/raylib/src/$(libGenDir),lib/$(platform),libraylib.a)
|
||||
|
||||
# Link the program and create the executable
|
||||
$(target): $(objects)
|
||||
|
1
vendor/raylib
vendored
1
vendor/raylib
vendored
@ -1 +0,0 @@
|
||||
Subproject commit 0851960397f02a477d80eda2239f90fae14dec64
|
1
vendor/raylib-cpp
vendored
1
vendor/raylib-cpp
vendored
@ -1 +0,0 @@
|
||||
Subproject commit a8f803edae6db67dafa1f84c1099f1bbc74925ef
|
Loading…
Reference in New Issue
Block a user