We have a 3.9 release, update builds.pm
[maemo-rb.git] / utils / sbtools / Makefile
blobe8bb68aadd26a1ada31a610030797577743ad803
1 all: elftosb sbtoelf
3 sbtoelf: sbtoelf.c crc.c crypto.h aes128.c sha1.c elf.c sb.h
4 gcc -g -std=c99 -o $@ -W -Wall $^
6 elftosb: elftosb.c crc.c crypto.h aes128.c sha1.c elf.c sb.h
7 gcc -g -std=c99 -o $@ -W -Wall $^
9 clean:
10 rm -fr elftosb sbtoelf