Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
vitaquake3
Commits
075b4f9b
Commit
075b4f9b
authored
Jan 13, 2019
by
Rinnegatamante
Browse files
Added a rule to build main executable only.
parent
3abf8e3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
075b4f9b
...
...
@@ -32,6 +32,8 @@ ASFLAGS = $(CFLAGS)
all
:
$(TARGET).vpk
exec-only
:
eboot.bin
$(TARGET).vpk
:
$(TARGET).velf
make
-C
code/cgame
cp
-f
code/cgame/cgame.suprx ./cgamearm.suprx
...
...
@@ -53,6 +55,9 @@ $(TARGET).vpk: $(TARGET).velf
7z
a
-tzip
./$(TARGET).vpk
-r
./build/sce_sys
./build/eboot.bin
#-------------------------------------------------------------------
eboot.bin
:
$(TARGET).velf
vita-make-fself
-s
$<
eboot.bin
%.velf
:
%.elf
cp
$<
$<
.unstripped.elf
$(PREFIX)
-strip
-g
$<
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment