summaryrefslogtreecommitdiff
path: root/tools/knarc/Source.cpp
AgeCommit message (Collapse)Author
2021-05-29Output NARC contents as C enums in .naix filesPikalaxALT
You can include these by typing out the full path to the .naix file (minus the files/ prefix). Example: ```c ``` Also: - Build the filesystem before building the C objects
2020-07-04Changed indentation to spaceskr3nshaw
2020-06-16KNARC: Fix typo in help string; suppress narrowing warningsPikalaxALT
2020-06-16KNARC: Add handling of .knarcignore, .knarckeep; fix up cliPikalaxALT
2020-06-08Changed filesystem to experimental/filesystemkr3nshaw
2020-06-08Replaced narccomp with knarckr3nshaw