Add no-op recipe to justfile for testing (#50)
Useful for testing using `cargo run -- nop` to make sure that things aren't horribly broken.
This commit is contained in:
parent
2bc55ba815
commit
59136a1145
2
justfile
2
justfile
@ -42,6 +42,8 @@ install-nightly:
|
||||
sloc:
|
||||
@cat src/*.rs | wc -l
|
||||
|
||||
nop:
|
||||
|
||||
# make a quine, compile it, and verify it
|
||||
quine: create
|
||||
cc tmp/gen0.c -o tmp/gen0
|
||||
|
Loading…
x
Reference in New Issue
Block a user