UNPKG
node-image-2
Version:
latest (0.5.2)
0.5.2
0.5.1
A Node.JS wrapper around FreeImage
node-image-2
/
FreeImage
/
TestAPI
/
Makefile
9 lines
(5 loc)
•
123 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
default: all
all:
g++ -I../Dist/ *.cpp ../Dist/libfreeimage.a -o testAPI
clean:
rm -f *.o testAPI *.png *.tif