summaryrefslogtreecommitdiff
path: root/rpc++/StdHdrs/Makefile
blob: 404499ce0cce09f6d0938917bc27d0faf051d551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TOP = ..
SUBDIRS = rpc
SUBDIRSALL = NO
SUBDIRSDIST = NO

all::

clean::
	rm -f $(CLEANWILDCARDS)

DISTLIST = Makefile README $(wildcard rpc/*.h)

include $(TOP)/Proj.make