diff -r dae770da6416 -r 70b4e0b27e2c status-wifi/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/status-wifi/Makefile Thu Oct 23 17:55:13 2014 +0400 @@ -0,0 +1,12 @@ +# 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