blob: a148cfaee9bb16f6e5159cce32b4ab8f40301294 [file] [log] [blame]
Joey Armstrong903c69d2024-02-01 19:46:39 -05001# -*- makefile -*-
2
3include ../include.mk
4
5all:
6
7test ::
8 @echo "Testing if-not"
9 @echo $(call if-not,$(null),true,false)