This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env make -f | |
# | |
# General Makefile for a crystal program. | |
# For it to work, you want to change PROG_NAME to your programs name. | |
# You should also ensure PROG_TARGET and SPEC_TARGET | |
# are respectively the programs entry file, and the specs entry file. | |
.POSIX: | |
.ONESHELL: |