Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
chore: cleanup makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Jul 3, 2024
1 parent cb28843 commit d2a1935
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
# Ensure that panics actually cause the tests to fail
export LEAN_ABORT_ON_PANIC=1

.PHONY: all build test eval
.PHONY: all eval

all: build test

build:
lake build

test:
lake test
all: eval

eval:
bash check_eval.bash

0 comments on commit d2a1935

Please sign in to comment.