1 2 3 4 5 6 7 8
all: sizes constants %: %.c clang -o $@ $< # Debug pretty printer print-%: ; @echo $*=$($*) .PHONY: all