Remove references to uncommitted files.
authorNot Zed <notzed@gmail.com>
Tue, 9 May 2023 22:53:14 +0000 (08:23 +0930)
committerNot Zed <notzed@gmail.com>
Tue, 9 May 2023 22:53:14 +0000 (08:23 +0930)
config.make.in
src/notzed.nativez/native/native.make

index d5828ad..32a80d7 100644 (file)
@@ -8,7 +8,7 @@ JAR ?= $(JAVA_HOME)/bin/jar
 JMOD ?= $(JAVA_HOME)/bin/jmod
 GCCPLUGINDIR:=$(shell gcc -print-file-name=plugin)
 
-JAVACFLAGS += --enable-preview --source 19
+JAVACFLAGS += --enable-preview --source 20
 
 # Linux options
 linux-amd64_CPPFLAGS = \
index 14cbfb9..48d90af 100644 (file)
@@ -1,9 +1,8 @@
 
 notzed.nativez_NATIVE_LIBRARIES = export
 
-notzed.nativez_COMMANDS=export-api export-defines generate-api generate-api2
-notzed.nativez_LIBRARIES=api.pm        code.api code.pm config.pm method.pm tokenise.pm types.api \
-       Format.pm API.pm
+notzed.nativez_COMMANDS=export-api export-defines generate-api
+notzed.nativez_LIBRARIES=api.pm        code.api code.pm config.pm method.pm tokenise.pm types.api
 
 # JMOD target
 $(notzed.nativez_libdir)/%: src/notzed.nativez/lib/%