CC = gcc CFLAGS = -Wall -g -l pthread PROGRAMS = q1 all: $(PROGRAMS) clean: rm -f *.o *~ *.aux *.log *.dvi $(PROGRAMS)