Skip to content

Instantly share code, notes, and snippets.

@JJ
Created May 28, 2017 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JJ/3daaf4fc36b3f887dabe8f5f5d998123 to your computer and use it in GitHub Desktop.
Save JJ/3daaf4fc36b3f887dabe8f5f5d998123 to your computer and use it in GitHub Desktop.
Print files with an extension
.PHONY = count
MAKEFILES = $(wildcard *.mk)
count: ;@echo $(MAKEFILES)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment