Skip to content

Instantly share code, notes, and snippets.

@Florin9doi
Florin9doi / Makefile
Last active January 12, 2024 15:43
sceSircs
TARGET = testSirc
OBJS = sirc.o
USE_PSPSDK_LIBC = 1
INCDIR =
CFLAGS = -O2 -G0 -Wall
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
ASFLAGS = $(CFLAGS)