oseama: small util for reading Seama image format info
[openwrt/staging/yousong.git] / package / utils / oseama / src / Makefile
1 all: oseama
2
3 oseama:
4 $(CC) $(CFLAGS) -o $@ oseama.c -Wall
5
6 clean:
7 rm -f oseama