#
# Makefile for Ted's Thesis
#

NIDL = nidl
NIDLFLAGS = -idir /mit/ncs/include 

test_cstub.c: test.idl
	$(NIDL) $(NIDLFLAGS) -m test.idl

