Skip to content

Instantly share code, notes, and snippets.

@desarrollogis
Created March 16, 2019 16:33
Show Gist options
  • Save desarrollogis/39050db651c1011a9f5887b16c57a4f1 to your computer and use it in GitHub Desktop.
Save desarrollogis/39050db651c1011a9f5887b16c57a4f1 to your computer and use it in GitHub Desktop.
MK:=$(subst .mk,,$(wildcard *.mk))
all:
@for command in $(MK);do make --no-print-directory all-$$command;done
include *.mk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment