aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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 }'