X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=test%2FMakefile;h=88ee55d667b00e532086ab53befd5b247d6cde96;hb=3eb76865c7fd23c300d8d60c42c74039532587c3;hp=07e45ba91513472ff3142def620e5184055dedf8;hpb=d155353d46f6f4186241e603770d0f5c6a7b6870;p=mimedecode.git diff --git a/test/Makefile b/test/Makefile index 07e45ba..88ee55d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,9 +1,9 @@ -.PHONY: run -run: +.PHONY: all +all: ./test_all .PHONY: clean clean: - rm -rf tmp + rm -rf save tmp