aboutsummaryrefslogtreecommitdiffstats
path: root/src/fzenity/Makefile
blob: aeb862d9b99cdba3aee0f7815ea4367e39a832d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
ROOT = ../..
-include $(ROOT)/config.mk

PROG = fzenity
TARGET = $(PROG)

MOD_HDRS = ../include/common.h

include $(ROOT)/src/prog.mk