Skip to content

Commit

Permalink
Merge branch 'master' of github.com:admb-project/admb
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoel committed Jan 16, 2020
2 parents 5e36b6d + d837b9b commit 4b3a756
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/geolocation/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ endif

clean:
ifeq ($(SHELL),cmd)
if [ -e kfsst/Makefile ]; then $(MAKE) --directory=kfsst clean; fi;
if [ -e kftrack/Makefile ]; then $(MAKE) --directory=kftrack clean; fi;
if [ -e trackit/Makefile ]; then $(MAKE) --directory=trackit clean; fi;
if [ -e ukfsst/Makefile ]; then $(MAKE) --directory=ukfsst clean; fi;
endif
if exist kfsst/Makefile $(MAKE) --directory=kfsst clean
if exist kftrack/Makefile $(MAKE) --directory=kftrack clean
if exist trackit/Makefile $(MAKE) --directory=trackit clean
if exist ukfsst/Makefile $(MAKE) --directory=ukfsst clean
else
@rm -vf kfsst/admodel.cov
@rm -vf kfsst/admodel.dep
@rm -vf kfsst/admodel.hes
Expand Down

0 comments on commit 4b3a756

Please sign in to comment.