Skip to content

Instantly share code, notes, and snippets.

@dotxnc
Created July 27, 2016 10:43
Show Gist options
  • Save dotxnc/1235a22bb7832c0faa564335e046123c to your computer and use it in GitHub Desktop.
Save dotxnc/1235a22bb7832c0faa564335e046123c to your computer and use it in GitHub Desktop.
moonscript makefile
DIRS = .
MOONS = $(wildcard $(DIRS:=/*.moon))
all: compile
love love/
compile:
@echo compiling ... $(MOONS)
moonc -t love/ $(MOONS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment