Newer
Older
Import / applications / HighwayDash / ports / Framework / PVR / minified / Makefile
@John Ryland John Ryland on 22 Dec 2020 199 bytes import NUC files
all: pvrtest

pvrtest: main.cpp Pvr.cpp Image.h Image.cpp
	g++ -std=c++11 -o pvrtest main.cpp Pvr.cpp Image.cpp

clean:
	rm alpha_before.tga alpha_after.tga globe_before.tga globe_after.tga pvrtest