summaryrefslogtreecommitdiff
path: root/Makefile
blob: 045ef4956b57b2fd18d6b117423e2fa2802ae92a (plain)
1
2
3
4
5
6
7
8
.POSIX:

PROGRAMS=hostid sync tac

all: $(PROGRAMS)

clean:
	rm -f $(PROGRAMS) *.o