Skip to content

Commit

Permalink
make fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 12, 2024
1 parent 796deb6 commit a58115d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

.SHELLFLAGS: -e -o pipefail -c
.ONESHELL:
.PHONY: clone filter measure cleanup env lint zip clean jpeek aggregate all test
.SILENT:
.SHELLFLAGS := -e -o pipefail -c
.ONESHELL:

# Our version.
VERSION = 0.0.0
Expand Down

0 comments on commit a58115d

Please sign in to comment.