mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
libretro, build fixes
This commit is contained in:
parent
55c3c2b02f
commit
03d5f5105c
7 changed files with 63 additions and 168 deletions
|
@ -1,9 +1,12 @@
|
|||
TARGETS = amalgamate textfilter
|
||||
OBJS = $(addsuffix .o,$(TARGETS))
|
||||
HOSTCC ?= cc
|
||||
|
||||
all: $(TARGETS)
|
||||
all:
|
||||
CC="$(XCC)" CFLAGS="$(XCFLAGS)" sh ./mkoffsets.sh ../pico
|
||||
|
||||
$(TARGETS): $(addsuffix .c,$(TARGETS))
|
||||
$(HOSTCC) -o $@ -O $@.c
|
||||
|
||||
clean:
|
||||
$(RM) $(TARGETS) $(OBJS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue