index
:
cantedraw
master
The five card poker game. A simulator written in Common Lisp.
Aryadev Chavali <aryadev@aryadevchavali.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'build')
-rwxr-xr-x
build
1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index f03b87e..29ab9de 100755
--- a/
build
+++ b/
build
@@ -2,6 +2,7 @@
set -xe
+rm -f ./bin/cantedraw
sbcl --non-interactive \
--load "./bob.lisp" \
--eval "(bob:build)"