mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
get some gp2x stuff out of the way for others
This commit is contained in:
parent
34e424aa27
commit
ae7830aae1
3 changed files with 7 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -200,6 +200,9 @@ tools/textfilter: tools/textfilter.c
|
|||
.s.o:
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
.S.o:
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
# special flags - perhaps fix this someday instead?
|
||||
pico/draw.o: CFLAGS += -fno-strict-aliasing
|
||||
pico/draw2.o: CFLAGS += -fno-strict-aliasing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue