Skip to content

zodmaner/cl-makefile-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Common Lisp Makefile Template

This is a simple Makefile template for creating a standalone executable Common Lisp image.

Getting Started

Copy the Makefile to your project folder, then set the value of the SYSNAME variable in the Makefile to be the name of the ASDF system your wish to build, for example:

SYSNAME = your-project-system-name

To build the image, simple invoke the Makefile:

$ make

You can change the name of the image by changing the TARGET variable. Also, the name of the entry/top-level function (the default being main) can be changed via the ENTRYFUNC variable.

Dependencies

Author & Maintainer

Smith Dhumbumroong (zodmaner@gmail.com)

License

Public Domain

About

A simple makefile template for creating an executable Common Lisp image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published