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:
Casey Rodarmor 2016-11-11 17:05:14 -08:00 committed by GitHub
parent 2bc55ba815
commit 59136a1145

View File

@ -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