aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/mod.rs
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-03 18:19:56 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-03 18:19:56 -0600
commit13b90ab94dd884be95207e3004c65657db815ffa (patch)
treec867d4210d5840fdacec2e38155a0423f3abf16f /src/makefile/mod.rs
parentf73d0b2256f2afc05995929c930b2eeab6800ecf (diff)
downloadmakers-13b90ab94dd884be95207e3004c65657db815ffa.tar.gz
makers-13b90ab94dd884be95207e3004c65657db815ffa.zip
enable pattern matching on POSIX since we're using that now for suffix rules
Diffstat (limited to 'src/makefile/mod.rs')
-rw-r--r--src/makefile/mod.rs1
1 files changed, 0 insertions, 1 deletions
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;