blob: a148cfaee9bb16f6e5159cce32b4ab8f40301294 [file] [log] [blame]
Joey Armstrong7f8436c2023-07-09 20:23:27 -04001# -*- makefile -*-
2
3include ../include.mk
4
5all:
6
7test ::
8 @echo "Testing if-not"
9 @echo $(call if-not,$(null),true,false)