status-temp/Makefile
author Stiletto <blasux@blasux.ru>
Mon, 17 Oct 2016 14:23:58 +0400
changeset 15 163e96e2b941
parent 12 ae09261c22e3
permissions -rw-r--r--
[status-mem] MemAvailable support

include ../config.mk
include config.mk

OUT = status-temp
SRC = temp.c
OBJ = ${SRC:.c=.o}
CONFIG = config.h

include ../Makefile.status.inc