Skip to content

Commit

Permalink
fix asd
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Sep 23, 2023
1 parent 71b67b8 commit 2dbbc8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions frontends/sdl2/lem-sdl2.asd
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@
(:file "text-buffer")
(:file "image-buffer")
(:file "tree")))

(defsystem "lem-sdl2/executable"
:build-operation program-op
:build-pathname "../../lem"
:entry-point "lem:main"
:depends-on ("lem-sdl2"))
6 changes: 0 additions & 6 deletions lem.asd
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,3 @@
:build-pathname "lem"
:entry-point "lem:main"
:depends-on ("lem-ncurses"))

(defsystem "lem-sdl2/executable"
:build-operation program-op
:build-pathname "lem"
:entry-point "lem:main"
:depends-on ("lem-sdl2"))

0 comments on commit 2dbbc8a

Please sign in to comment.