📄 makefile.sample
字号:
TARGET = mymoduleOBJS = main.o# Define to build this as a prx (instead of a static elf)BUILD_PRX=1# Define the name of our custom exports (minus the .exp extension)PRX_EXPORTS=exports.expUSE_PSPSDK_LIBC = 1INCDIR = CFLAGS = -O2 -G0 -WallCXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rttiASFLAGS = $(CFLAGS)LIBDIR =PSPSDK=$(shell psp-config --pspsdk-path)include $(PSPSDK)/lib/build.mak
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -