From c16a1cea13c70e9c40a8db82d561e71bd04f404f Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 16 Nov 2014 16:51:30 -0500 Subject: Reorg a bit, introduce a control struct --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 85b47a9..d585e4f 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,13 @@ LDLIBS = -lalpm DISTFILES = expac.c README.pod +expac_SOURCES = \ + expac.c \ + conf.c conf.h \ + util.h + +expac: $(expac_SOURCES) + all: expac doc doc: expac.1 @@ -30,6 +37,6 @@ dist: clean rm -rf expac-$(VERSION) clean: - $(RM) expac.o expac expac.1 + $(RM) *.o expac expac.1 .PHONY: all clean dist doc install doc -- cgit v1.2.3-70-g09d2