status-temp/Makefile
changeset 12 ae09261c22e3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/status-temp/Makefile	Wed Dec 10 20:30:53 2014 +0400
@@ -0,0 +1,9 @@
+include ../config.mk
+include config.mk
+
+OUT = status-temp
+SRC = temp.c
+OBJ = ${SRC:.c=.o}
+CONFIG = config.h
+
+include ../Makefile.status.inc