include $(OPENGC)/system/master.mak

# Program Outputname. (.dol is automaticaly added)
PROGNAME=output

# Files to compile (crt0.s and OpenGC files already added)
OFILES += main.o

# PSOLoad:
#   Server port to use
PSOLOAD_PORT = 9201

# PSOLoad:
#   Version of PSO being used (E/U/J are valid)
PSOLOAD_VERSION = E


all : $(PROGNAME).$(EXT)

include $(OPENGC)/system/standard-targets.mak

