From 7102cfd3f76ebf6f6caf774f2209000c22233d39 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 20 Dec 2015 17:11:25 +0100 Subject: add urmoms-index, initial version --- Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 499b707..cddef58 100644 --- a/Makefile +++ b/Makefile @@ -3,11 +3,14 @@ include config.mk NAME = urmoms VERSION = 0.1 SRC = \ - urmoms.c + urmoms.c\ + urmoms-index.c BIN = \ - urmoms + urmoms\ + urmoms-index MAN1 = \ - urmoms.1 + urmoms.1\ + urmoms-index.1 DOC = \ LICENSE\ README\ @@ -42,6 +45,9 @@ config.h: urmoms: urmoms.o ${CC} -o $@ urmoms.o ${LDFLAGS} +urmoms-index: urmoms-index.o + ${CC} -o $@ urmoms-index.o ${LDFLAGS} + clean: rm -f ${BIN} ${OBJ} -- cgit v1.2.3