Created
June 8, 2019 11:00
-
-
Save hempnall/c5693eadff1d89f4784eb51766459186 to your computer and use it in GitHub Desktop.
Make - filter-out function
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MYLIST = one two three one two three | |
YOURLIST = $(filter-out two, $(MYLIST) ) | |
all: | |
echo $(YOURLIST) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment