TACC-Cloud / agave-cli

The Tapis CLI
Other
4 stars 8 forks source link

Add "clean" target to top-level Makefile #9

Closed alejandrox1 closed 6 years ago

alejandrox1 commented 6 years ago

The clean target will remove all artifacts created after running tests ("run-tests" Makefile target).

Signed-off-by: Jorge Alarcon Ochoa alarcj137@gmail.com

alejandrox1 commented 6 years ago

a2f65388f6a22bf4ffe621e4099f34582b44a7c6 adds entries to the .gitignore file to prevent testing artifacts from being committed. This pr adds a "clean" target to the top-level Makefile to remove all testing artifacts.

johnfonner commented 6 years ago

looks good.