Browse Source

Merge pull request #798 from DanRStevens/removeCleanBeforeTest

Remove `clean` before `test` or `check`
Lee Thomason 6 năm trước cách đây
mục cha
commit
bd5950bb02
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -41,11 +41,11 @@ clean:
 distclean:
 	-$(RM) *.o xmltest libtinyxml2.a
 
-test: clean xmltest
+test: xmltest
 	./xmltest
 
 # Standard GNU target
-check: clean xmltest
+check: xmltest
 	./xmltest
 
 staticlib: libtinyxml2.a