/* http://vip.cs.utsa.edu/usp/ dr.robbins utsa computer science "unix systems programming" */ CC = cc COPS = -g LOPS = -x -u showtimes: showtimes.c $(CC) $(COPS) -o showtimes showtimes.c showtimestest: showtimestest.c wastetime.c $(CC) $(COPS) -o showtimestest showtimestest.c wastetime.c