Commit Diff
--- Makefile +++ Makefile @@ -14,6 +14,6 @@ clean: test: all ./ini_r test.ini - ./ini_a test.ini + ./ini_a test.ini | grep -v ' [01] byte ' .PHONY: all test clean
--- Makefile +++ Makefile @@ -14,6 +14,6 @@ clean: test: all ./ini_r test.ini - ./ini_a test.ini + ./ini_a test.ini | grep -v ' [01] byte ' .PHONY: all test clean