LDLIBS = -lcrypt CXXFLAGS = --std=c++20 OBJS = simple timer brute salt all: ${OBJS} clean: rm -f ${OBJS} *.o