From b9d0a59e7832f87431efb377e760773a075a4bfd Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 2 Jun 2022 16:47:11 +0200 Subject: Add rule defaults --- CC/TARGETS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CC/TARGETS (limited to 'CC/TARGETS') diff --git a/CC/TARGETS b/CC/TARGETS new file mode 100644 index 0000000..2da456b --- /dev/null +++ b/CC/TARGETS @@ -0,0 +1,10 @@ +{ "defaults": + { "type": ["CC", "defaults"] + , "CC": ["cc"] + , "CXX": ["c++"] + , "CFLAGS": [] + , "CXXFLAGS": [] + , "AR": ["ar"] + , "PATH": ["/bin", "/usr/bin"] + } +} -- cgit v1.2.3