Files
UnrealEngine/Engine/Source/ThirdParty/FreeImage/FreeImage-3.18.0/TestAPI/Makefile
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

9 lines
115 B
Makefile

default: all
all:
g++ -I../Dist/ *.cpp ../Dist/libfreeimage.a -o testAPI
clean:
rm -f *.o testAPI *.png *.tif