You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
-39Lines changed: 0 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,6 @@ all:
57
57
@echo "Welcome to swift-java! There are several makefile targets to choose from:"
58
58
@echo " javakit-run: Run the JavaKit example program that uses Java libraries from Swift."
59
59
@echo " javakit-generate: Regenerate the Swift wrapper code for the various JavaKit libraries from Java. This only has to be done when changing the Java2Swift tool."
60
-
@echo " jextract-run: Run the Java example code that uses the wrapped Swift library. NOTE: this requires development toolchain described in the README."
61
-
@echo " jextract-generate: Generate Java wrapper code for the example Swift library allowing Swift to be called from Java. NOTE: this requires development toolchain described in the README."
0 commit comments