OBJS = count radix all: ${OBJS} CXXFLAGS = -std=c++23 clean: rm -f ${OBJS} *.o