Skip to content

Instantly share code, notes, and snippets.

@mortymacs
Last active October 19, 2022 12:29
Show Gist options
  • Save mortymacs/08ca1cbf29a3c110685e88bb9fc9649a to your computer and use it in GitHub Desktop.
Save mortymacs/08ca1cbf29a3c110685e88bb9fc9649a to your computer and use it in GitHub Desktop.
include makefile remotely
$(shell [ ! -e /tmp/go-makefile ] && curl https://raw.githubusercontent.com/atkrad/wait4x/main/Makefile > /tmp/go-makefile)
include /tmp/go-makefile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment