OBJS = pwGet pwUsers game cryptTest CPPFLAGS = -O3 LDLIBS = -lcrypt all: ${OBJS} cryptTest: Timer.o Timer.o: Timer.h clean: rm -f ${OBJS} *.o