Merge pull request #798 from DanRStevens/removeCleanBeforeTest
Remove `clean` before `test` or `check`
This commit is contained in:
4
Makefile
4
Makefile
@@ -41,11 +41,11 @@ clean:
|
|||||||
distclean:
|
distclean:
|
||||||
-$(RM) *.o xmltest libtinyxml2.a
|
-$(RM) *.o xmltest libtinyxml2.a
|
||||||
|
|
||||||
test: clean xmltest
|
test: xmltest
|
||||||
./xmltest
|
./xmltest
|
||||||
|
|
||||||
# Standard GNU target
|
# Standard GNU target
|
||||||
check: clean xmltest
|
check: xmltest
|
||||||
./xmltest
|
./xmltest
|
||||||
|
|
||||||
staticlib: libtinyxml2.a
|
staticlib: libtinyxml2.a
|
||||||
|
|||||||
Reference in New Issue
Block a user