ALL=createacct CC=gcc all:$(ALL) createacct: createacct.o $(CC) createacct.o -o createacct createacct.o: createacct.c $(CC) -c createacct.c clean: rm *.o $(ALL)