Skip to content

Commit

Permalink
Add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramblurr committed Oct 30, 2024
1 parent 2d6bee1 commit 4feab6a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
check:
nix flake check
test: check

datomic-pro:
nix build .#datomic-pro -o result --show-trace

datomic-pro-container:
nix build .#datomic-pro-container -o container --show-trace

clean:
rm -rf result container

0 comments on commit 4feab6a

Please sign in to comment.