diff -r ad3d40f11f6d -r ae09261c22e3 status-temp/Makefile --- /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