Newer
Older
Import / applications / HighwayDash / ports / Framework / PVR / Modified / Makefile
@John Ryland John Ryland on 22 Dec 2020 219 bytes import NUC files
all: pvrtctest

pvrtctest: main.cpp PVRTC.cpp Utils.cpp PVRTC.h Utils.h
	g++ -std=c++11 -o pvrtctest main.cpp PVRTC.cpp Utils.cpp

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