Gabriel Pariat
3 years ago
commit
684ce2551b
4 changed files with 27 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||||
|
# business-tycoon |
||||||
|
### _Your Name <your.name@example.com>_ |
||||||
|
|
||||||
|
This is a project to do ... something. |
||||||
|
|
||||||
|
## License |
||||||
|
|
||||||
|
Specify license here |
||||||
|
|
@ -0,0 +1,11 @@ |
|||||||
|
;;;; business-tycoon.asd |
||||||
|
|
||||||
|
(asdf:defsystem #:business-tycoon |
||||||
|
:description "Describe business-tycoon here" |
||||||
|
:author "Your Name <your.name@example.com>" |
||||||
|
:license "Specify license here" |
||||||
|
:version "0.0.1" |
||||||
|
:serial t |
||||||
|
:depends-on (#:cl-glfw3 #:cl-opengl) |
||||||
|
:components ((:file "package") |
||||||
|
(:file "business-tycoon"))) |
@ -0,0 +1,3 @@ |
|||||||
|
;;;; business-tycoon.lisp |
||||||
|
|
||||||
|
(in-package #:business-tycoon) |
Loading…
Reference in new issue