mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-04 22:30:34 +00:00
Update all samples to new requirements, and expose a makefile to compile all of them
This commit is contained in:
@@ -2,7 +2,7 @@ TARGET = copy
|
||||
OBJS = copy.o ../common/callbacks.o ../common/vram.o
|
||||
|
||||
INCDIR =
|
||||
CFLAGS = -G0 -Wall -O2
|
||||
CFLAGS = -Wall -O2
|
||||
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
|
||||
ASFLAGS = $(CFLAGS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user