status-wifi/Makefile
changeset 4 70b4e0b27e2c
child 14 fa82d67af1ea
--- /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