From 13b90ab94dd884be95207e3004c65657db815ffa Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 3 Apr 2021 18:19:56 -0600 Subject: enable pattern matching on POSIX since we're using that now for suffix rules --- src/makefile/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/makefile/mod.rs b/src/makefile/mod.rs index 225ff55..e004586 100644 --- a/src/makefile/mod.rs +++ b/src/makefile/mod.rs @@ -17,7 +17,6 @@ mod functions; mod inference_rules; mod input; mod r#macro; -#[cfg(feature = "full")] mod pattern; mod target; mod token; -- cgit v1.2.3