status-temp/Makefile
author Stiletto <blasux@blasux.ru>
Wed, 10 Dec 2014 20:30:53 +0400
changeset 12 ae09261c22e3
permissions -rw-r--r--
Temperature applet

include ../config.mk
include config.mk

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

include ../Makefile.status.inc