Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosb
[kugel-rb.git] / utils / sbtools / Makefile
blob9427eaf8751e2fb56b2fe9f5cf439fe6e61c71d2
1 TGT = sbinfo
3 all: $(TGT)
5 $(TGT): sbinfo.c crc.c crypto.h aes128.c sha1.c elf.c
6 $(CC) -g -std=c99 -o $(TGT) -W -Wall sbinfo.c aes128.c crc.c sha1.c elf.c
8 clean:
9 rm -fr $(TGT)