summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick Gerace <nickagerace@gmail.com>2020-11-24 23:57:48 -0500
committerNick Gerace <nickagerace@gmail.com>2020-11-25 00:24:36 -0500
commit1462a3d7e1d30db3591061f260d89011d7d1fe13 (patch)
tree2433fe25d261f179c5c75515d16bcfdcbee350a5 /Makefile
parent80144aa53492c856aab0b14f14675bee691a4602 (diff)
downloadgfold-1462a3d7e1d30db3591061f260d89011d7d1fe13.zip
Add unpushed commit detection
Add unpushed commit detection. Add logging stack with envlogger and log crates. Add debug target to Makefile. Update example output in README to include unpushed. Add debug statements for general usage. Update bare repo detection to use upstream functionality.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7386529..2f32b80 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,9 @@ pre-build:
cd $(MAKEPATH); cargo clippy
cd $(MAKEPATH); cargo test
+debug:
+ cd $(MAKEPATH); RUST_LOG=debug cargo run -- ..
+
doc:
cd $(MAKEPATH); cargo doc --open