hlfw.ca

todo2

Download patch

ref: ad913babb979a1e9cae36284a6f4c5909b246d05
parent: 65b9138e9eaf6cc5e26d4d5815b6ae80f4687795
author: halfwit <michaelmisch1985@gmail.com>
date: Tue Oct 8 17:23:27 PDT 2019

knock off the easy one before bed

--- a/todo
+++ b/todo
@@ -1,13 +1,14 @@
 #!/bin/sh
 
 # Makefiles will output a list of leaves with incomplete tasks
-make --keep-going $1 | show_todo
-make clean $1
+#make --keep-going $1 | show_todo
+#make clean $1
 
 case $1 in
 	list) ;;
 	listall) ;;
-	dot) ;;
+	dot) make -Bnd | makefile2graph >/dev/null || echo Please install https://github.com/lindenb/makefile2graph ;;
 	generate) ;;
 	add) ;;
+	rm) ;;
 esac