all: IDLtoC.o

IDLtoC.o: IDLtoC.h IDLtoC.c
	gcc -g -c IDLtoC.c

clean:
	/bin/rm -f *.o core