Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
pimpmobile
Commits
1aa8b06a
Commit
1aa8b06a
authored
Jun 04, 2009
by
Erik Faye-Lund
Browse files
roll conversion into gbfs-construction to make parallel make work
Signed-off-by:
Erik Faye-Lund
<
kusmabite@gmail.com
>
parent
336c7602
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/Makefile
View file @
1aa8b06a
...
...
@@ -66,7 +66,9 @@ all: $(TARGET)
clean
:
$(RM)
$(TARGET)
$(TARGET:.gba=.elf)
$(OBJS)
$(OBJS:.o=.d)
data.gbfs sample_bank.bin
$(BIN_MODULES)
*
~
data.gbfs
:
sample_bank.bin $(BIN_MODULES)
data.gbfs
:
$(CONVERTER) $(MODULES)
$(CONVERTER)
$(MODULES)
gbfs
$@
sample_bank.bin
$(BIN_MODULES)
data2.gbfs
:
$(MODULES)
...
...
@@ -75,9 +77,6 @@ $(CONVERTER)::
$(TARGET
:
.gba=.elf): $(OBJS) $(PIMPMOBILE)/lib/libpimp_gba.a
$(BIN_MODULES) sample_bank.bin
:
$(MODULES) $(CONVERTER)
$(CONVERTER)
$(MODULES)
%.gbfs
:
gbfs
$@
$^
...
...
Write
Preview
Supports
Markdown
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