commit | e1abd07c279831f2ccc2ba09f5e7a3225760f7cf | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Fri Apr 22 22:07:42 2022 -0700 |
committer | swissChili <swisschili@fastmail.com> | Fri Apr 22 22:07:42 2022 -0700 |
tree | 04a85eae1fdc6a1265f6c30598f24d1bc9671b8f | |
parent | b921e82193f2adf3a156678d067ad4eaf9bb5963 [diff] [blame] |
Add INCLUDE related words, fix bug in OPEN-FILE-NAMED
diff --git a/Makefile b/Makefile index 40b7bb1..e951018 100644 --- a/Makefile +++ b/Makefile
@@ -9,3 +9,6 @@ size: BASE.COM @ls -al $^ | awk '{ print $$5 }' + +list-words: + @rg '^(\s*)DEF(VAR|WORD_|CONST)'