ca35e6ee99d0ca546f57b9ac6e5c56305e6f7339
[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