PROG=cfe_gen_pass SRC=cfe_generate_password $(PROG): $(SRC).c $(CC) -o $@ $< $(CFLAGS) clean: rm -f $(PROG) phony: clean