mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-11-10 13:19:40 +01:00
4 lines
59 B
Makefile
4 lines
59 B
Makefile
default: test
|
|
|
|
test:
|
|
nix-shell --pure --run './test.bash'
|