mirror of
https://github.com/libretro/libretro-chailove.git
synced 2024-11-24 00:19:57 +00:00
Add git submodules as part of the build process
This commit is contained in:
parent
b1c2357d7d
commit
d230d536ef
6
Makefile
6
Makefile
@ -59,7 +59,7 @@ endif
|
||||
|
||||
OBJECTS := libretro.o chaigame.o
|
||||
|
||||
all: $(TARGET)
|
||||
all: $(TARGET) vendor/libretro-common/include/libretro.h
|
||||
|
||||
ifeq ($(DEBUG), 0)
|
||||
FLAGS += -O3 -ffast-math -fomit-frame-pointer
|
||||
@ -99,4 +99,8 @@ $(TARGET): $(OBJECTS)
|
||||
clean:
|
||||
rm -f $(TARGET) $(OBJECTS)
|
||||
|
||||
vendor/libretro-common/include/libretro.h:
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
.PHONY: clean
|
||||
|
Loading…
Reference in New Issue
Block a user