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

include ../config.mk
include config.mk

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

include ../Makefile.status.inc