status-time/Makefile
changeset 1 3e9290bf7249
child 10 442bed4a072e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/status-time/Makefile	Mon Oct 20 22:59:08 2014 +0400
@@ -0,0 +1,11 @@
+# dwm - dynamic window manager
+# See LICENSE file for copyright and license details.
+
+include ../config.mk
+
+OUT = status-time
+SRC = time.c
+OBJ = ${SRC:.c=.o}
+CONFIG = config.h
+
+include ../Makefile.status.inc