@ -17,7 +17,10 @@ test_bin = axtest
all: ${test_bin}
clean:
rm -rf ${test_bin}
${test_bin}: ${srcs} ${hdrs}
${cc} ${cflags} ${srcs} -o ${test_bin}
.PHONY: all
.PHONY: all clean