aboutsummaryrefslogtreecommitdiff
path: root/src/include/Makefile
blob: 6c5f2e82cb8617e825041b14a8f4d1bb38b0de15 (plain)
1
2
3
4
5
6
7
8
9
10
# Makefile to make symlinks to header files in other directories
# $Id: Makefile,v 1.1 2001-06-15 11:00:34 jthorn Exp $

.PHONY	: default
default	:
	test -e util++.hh || ln -s ../libutil/util++.hh .

.PHONY	: clean
clean	:
	-rm util++.hh