oseama: support creating single Seama entity
[openwrt/openwrt.git] / package / utils / oseama / src / Makefile
1 all: oseama
2
3 oseama:
4 $(CC) $(CFLAGS) -Wall oseama.c md5.c -o $@ $^
5
6 clean:
7 rm -f oseama