(make) rule expansion, or double colon rules

This commit is contained in:
scbj
2026-06-10 09:11:29 +02:00
parent 4cf6c18b81
commit 4c79d20fb2
3 changed files with 15 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
clean::
echo "AAAA"
+3
View File
@@ -0,0 +1,3 @@
clean::
echo "BBBB"
+9
View File
@@ -0,0 +1,9 @@
SHELL := /usr/bin/env bash
.PHONY: all clean test
clean::
echo "blargh"
include ./a.mk
include ./b.mk