mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-16 18:00:53 +00:00
8 lines
81 B
Makefile
8 lines
81 B
Makefile
|
all: oseama
|
||
|
|
||
|
oseama:
|
||
|
$(CC) $(CFLAGS) -o $@ oseama.c -Wall
|
||
|
|
||
|
clean:
|
||
|
rm -f oseama
|