busybox: convert netmsg and lock applet to "new style" applet definition
[openwrt/staging/yousong.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