status-bat/config.mk
author Stiletto <blasux@blasux.ru>
Sat, 17 Aug 2019 15:27:14 +0400
changeset 19 bf780d158f3e
parent 6 de6b88d1fa3c
permissions -rw-r--r--
Pass argv to setup()

STATUS_LIBS = -L/usr/lib -ludev
STATUS_INCS = -std=gnu99
STATUS_LDFLAGS = ${STATUS_LIBS}