Some updates for sanity checks

This commit is contained in:
2023-10-21 20:40:03 -05:00
parent c988f725fb
commit 017d13681e
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/bash
# Enforce each of the lines
linenum=0
for line in compile install clean uninstall test checkperm diff reverse; do
newlinenum="$(grep -nE "^$line:" "Makefile" | cut -f 1 -d ':')"