clip: clip.c CohenSutherland.c LiangBarsky.c
	g++ -Wall -o clip clip.c CohenSutherland.c LiangBarsky.c

clean:
	rm -f *.o clip
