diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-24 23:02:59 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-25 08:27:46 -0700 |
commit | 839c3c83993b2b8d9d6be20407afdf59be23e701 (patch) | |
tree | bfc896e886dcee25955af8db3ed455f8e598f2bb /GNUmakefile | |
parent | 1ff1f0e3c26e40a92d56630a092d65fac9655b64 (diff) |
libcr: Add very basic tests
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 518f8d6..9ebbe86 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -131,6 +131,7 @@ lint/all: lint/%: dscname_act=$$($(get_dscname) $$filename); \ dscname_exp=$$(echo "$$filename" | sed \ -e 's,.*/config/,,' \ + -e 's,.*/config\.h$$,config.h,' \ -e 's,.*include/,,' \ -e 's,^lib9p/idl/,,' \ -e 's/\.wip$$//'); \ |