Skip to content

Instantly share code, notes, and snippets.

View Jens0512's full-sized avatar

Jens L. Nedregård Jens0512

View GitHub Profile
@Jens0512
Jens0512 / Makefile
Last active February 15, 2024 16:54
General Makefile for Crystal programs.
#!/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: