Skip to content

Commit

Permalink
Remove ccl from defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed May 25, 2024
1 parent 9eaaeba commit 39d4302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ ifeq ($(OSName),windows)
Slash=\\\\
ArchiveSuffix=.zip
BinarySuffix=.exe
All=clisp ccl sbcl
All=clisp sbcl
PS=powershell.exe -Command
else
Slash=/
ArchiveSuffix=.tar.gz
BinarySuffix=
All=ccl ecl sbcl
All=ecl sbcl
ifeq ($(OSName),freebsd)
All=ccl ecl sbcl
else ifeq ($(OSName),openbsd)
Expand Down

0 comments on commit 39d4302

Please sign in to comment.