status-wifi/Makefile
author Stiletto <blasux@blasux.ru>
Thu, 23 Oct 2014 17:55:13 +0400
changeset 4 70b4e0b27e2c
child 14 fa82d67af1ea
permissions -rw-r--r--
status-wifi

# dwm - dynamic window manager
# See LICENSE file for copyright and license details.

include ../config.mk
include config.mk

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

include ../Makefile.status.inc