We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520520e commit 1e93565Copy full SHA for 1e93565
Package.swift
@@ -7,7 +7,7 @@ let package = Package(
7
name: "SwiftLisp",
8
9
products: [
10
- // .executable(name: "slisp", targets: ["slisp"]),
+ .executable(name: "slisp", targets: ["slisp"]),
11
.library(name: "SwiftLisp", targets: ["SwiftLisp"])
12
],
13
@@ -18,9 +18,9 @@ let package = Package(
18
targets: [
19
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
20
// Targets can depend on other targets in this package, and on products in packages this package depends on.
21
-// .target(
22
-// name: "slisp",
23
-// dependencies: ["SwiftLisp"]),
+ .target(
+ name: "slisp",
+ dependencies: ["SwiftLisp"]),
24
.target(
25
26
dependencies: [],
0 commit comments