summaryrefslogtreecommitdiff
path: root/man/Makefile
blob: b214a736dc3c73ae7b5add0630115f9911e93541 (plain)
1
2
3
4
5
6
7
8
all: texindex

clean:
	rm -f texindex.o texindex

texindex: texindex.o
	$(CC) -o $@ $(LDFLAGS) $(CFLAGS) $?
texindex.o: texindex.c