# Simple make file for PSX projects # Written by Scott Evans 29/3/97 # Last modified 29/3/97 # Compiler and linker options COPTS=-O1 -g LOPTS=-Xlinker -Ttext -Xlinker 80100000 psx.exe:psx.c gcc $(COPTS) $(LOPTS) -o psx.exe psx.c