(make) rule expansion, or double colon rules
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
clean::
|
||||||
|
echo "AAAA"
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
clean::
|
||||||
|
echo "BBBB"
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
SHELL := /usr/bin/env bash
|
||||||
|
|
||||||
|
.PHONY: all clean test
|
||||||
|
|
||||||
|
clean::
|
||||||
|
echo "blargh"
|
||||||
|
|
||||||
|
include ./a.mk
|
||||||
|
include ./b.mk
|
||||||
Reference in New Issue
Block a user