blob: a148cfaee9bb16f6e5159cce32b4ab8f40301294 [file] [log] [blame]
Joey Armstrong367d76b2023-06-08 17:16:46 -04001# -*- makefile -*-
2
3include ../include.mk
4
5all:
6
7test ::
8 @echo "Testing if-not"
9 @echo $(call if-not,$(null),true,false)