status-loadavg/Makefile
author Stiletto <blasux@blasux.ru>
Thu, 23 Oct 2014 20:49:34 +0400
changeset 9 96b47c0505b5
parent 1 3e9290bf7249
child 14 fa82d67af1ea
permissions -rw-r--r--
Support energy in addition to charge

# dwm - dynamic window manager
# See LICENSE file for copyright and license details.

include ../config.mk
include config.mk

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

include ../Makefile.status.inc