status-wifi/Makefile
author Stiletto <blasux@blasux.ru>
Sat, 17 Aug 2019 15:25:10 +0400
changeset 17 5b6294779007
parent 14 fa82d67af1ea
permissions -rw-r--r--
[status-time] Support NOT changing timezone

include ../config.mk
include config.mk

OUT = status-wifi
SRC = wifi.c
OBJ = ${SRC:.c=.o}
CONFIG = config.h

include ../Makefile.status.inc