aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-02-03 12:18:43 +0100
committerlonkaars <loek@pipeframe.xyz>2024-02-03 12:18:43 +0100
commit07e5ae9943e431f01a09245aee258d70257af262 (patch)
tree44024b80c06d6036cdca8e2051b369acb8ea7481 /makefile
parentb4054ac324b5d9ddb10236db0563d424fa9c4017 (diff)
betere readme
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index a211676..c08c30f 100644
--- a/makefile
+++ b/makefile
@@ -78,4 +78,6 @@ status:
@echo '### STATUS REPORT'
@echo '# DETECTED SD CARD'
@cat state/auto.mk
+ @echo '# DETECTED STATE'
+ @ls state | awk '$$0 == "gen" || $$0 == "auto.mk" { next } { print }'