Skip to content

Instantly share code, notes, and snippets.

@xdtianyu
Created November 16, 2016 06:41
Show Gist options
  • Save xdtianyu/9b0ad3a1ca469575e2440fa8fcb52489 to your computer and use it in GitHub Desktop.
Save xdtianyu/9b0ad3a1ca469575e2440fa8fcb52489 to your computer and use it in GitHub Desktop.
AUTHOR=MAKE_FOR_FUN
.DEFAULT:
@echo Make $@ great again!
install:
@echo Make Makefile great again!
clean:
@echo "America is great."
@xdtianyu
Copy link
Author

Make anything great again.

Get the Makefile

wget https://git.io/vXyIt -O Makefile

Make it

make

make java

make anything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment