Skip to content

Commit

Permalink
tweak Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Sep 23, 2023
1 parent 892b514 commit e2b1a9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
LISP ?= ${shell which sbcl}

build-ncurses:
ncurses:
qlot install
qlot exec $(LISP) --load scripts/build-ncurses.lisp

build-sdl2:
sdl2:
qlot install
qlot exec $(LISP) --load scripts/build-sdl2.lisp

test:
qlot install
qlot exec $(LISP) --load scripts/launch-tests.lisp

generate-doc:
doc:
qlot install
qlot exec $(LISP) --load scripts/generate-documentation-tests.lisp --eval '(progn (lem-documentation-mode/tests::generate-markdown-file "test.md" :test) (quit))'

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Other Lem features include:
See our [Lem 2.1 realease](https://github.com/lem-project/lem/releases/tag/v2.1.0) to
download binaries for Windows, MacOS and Linux.

On mac, you need to run `xattr -d com.apple.quarantine /Applications/lem.app`.
On mac, you need to run `xattr -d com.apple.quarantine /Applications/lem.app`.
See https://github.com/lem-project/lem/issues/635

![SDL2](screenshots/sdl2.png)
Expand Down Expand Up @@ -70,11 +70,11 @@ curl -L https://qlot.tech/installer | bash
make
```
### SDL2
Dependent packages must be installed.
Dependent packages must be installed.
See https://github.com/lem-project/lem/blob/main/frontends/sdl2/README.md

```
make build-sdl2
make sdl2
```

## update
Expand Down

0 comments on commit e2b1a9b

Please sign in to comment.