touch instead of RM

pull/32/head
Geoffrey Merck 4 years ago
parent 3d4eda60ac
commit 04beb314ac

@ -137,9 +137,8 @@ removehostfiles :
.PHONY tests:
tests : GitVersion.h
# remove these to force tests makefile to rebuild them with -DUNIT_TESTS, otherwise we end up with 2 mains
@$(RM) -f DStarGatewayApp.o
@$(RM) -f DStarGatewayApp.d
# force tests makefile to rebuild them with -DUNIT_TESTS, otherwise we end up with 2 mains
@touch DStarGatewayApp.cpp
@$(MAKE) -C Tests dstargateway_tests
.PHONY run-tests:

Loading…
Cancel
Save

Powered by TurnKey Linux.