.PHONY: all clean CC = clang CFLAGS = -std=c90 -Weverything all : ls pwd sort clean : rm -f -- *.o rm -f ls pwd sort