5590fea16e
Some checks failed
build liminix / build_vm_qemu_mips (pull_request) Failing after 28s
This enable to wait for bridgeability of a WLAN interface via `iwinfo`. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
14 lines
333 B
Makefile
14 lines
333 B
Makefile
|
|
default: wlan.lua fs.lua init.lua nl.lua svc.lua net/constants.lua
|
|
|
|
test:
|
|
ln -s . anoia
|
|
fennel test.fnl
|
|
fennel test-svc.fnl
|
|
|
|
net/constants.lua: net/constants.c
|
|
$(CC) -imacros sys/socket.h -imacros linux/netlink.h -E -P - < net/constants.c | sed 's/ *$$//g' | cat -s > net/constants.lua
|
|
|
|
|
|
%.lua: %.fnl
|
|
fennel --compile $< > $@
|