A zsh-powered tool that writes plain, simple Makefiles.
 
 
Go to file
Luka Vandervelden 2024b1e1f9 Shebangs added to compiled moonscript files.
- If an alternate installation directory is specified by hand,
	  however, no shebang will be added, because that file is likely
	  to be used as a module or some other sort of loadable code.
	- This is mostly a temporary workaround, because we need to be
	  more specific about what files need to receive a shebang and
	  what other files do not. auto[$target] could do the
	  distinction, though, but additional variables could be
	  preferable.
2016-04-06 13:16:27 +02:00
build Shebangs added to compiled moonscript files. 2016-04-06 13:16:27 +02:00
Makefile Various. 2016-04-06 10:12:06 +02:00
build.zsh.in Various. 2016-04-06 10:12:06 +02:00
project.zsh Libraries are now built properly (both static and dynamic, with symlinks). 2015-04-07 10:12:17 +02:00