diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-03 12:18:43 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-03 12:18:43 +0100 |
commit | 07e5ae9943e431f01a09245aee258d70257af262 (patch) | |
tree | 44024b80c06d6036cdca8e2051b369acb8ea7481 /makefile | |
parent | b4054ac324b5d9ddb10236db0563d424fa9c4017 (diff) |
betere readme
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 }' |