Skip to content

Instantly share code, notes, and snippets.

@pzel
Created February 21, 2019 22:15
Show Gist options
  • Save pzel/4390b31e45b4106a7a48c7f09e267134 to your computer and use it in GitHub Desktop.
Save pzel/4390b31e45b4106a7a48c7f09e267134 to your computer and use it in GitHub Desktop.
Makefile
.setup: $(wildcard deps/**)
@echo setting up
@touch .setup
test: .setup
@echo tests ran
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment