source: tools/grab/make.sh @ 4899

Last change on this file since 4899 was 4899, checked in by nit, 13 years ago

add grab source

File size: 140 bytes
Line 
1sh4-linux-gcc  -Wall -Os -c readpng.c -o readpng.o
2
3sh4-linux-gcc -Os -Wall -ljpeg -lpng -lz readpng.o main.c -o grab
4
5sh4-linux-strip grab
Note: See TracBrowser for help on using the repository browser.