# Makefile of ivac INCLUDEDIR = /usr/include CFLAGS = -O3 -Wall OBJS = stream receive all: $(OBJS) uninstall: rm $(OBJS)