From ecdb4d3867f6d74d6b8097cff3f6981d9ce7a762 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 10 May 2023 08:23:14 +0930 Subject: [PATCH] Remove references to uncommitted files. --- config.make.in | 2 +- src/notzed.nativez/native/native.make | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config.make.in b/config.make.in index d5828ad..32a80d7 100644 --- a/config.make.in +++ b/config.make.in @@ -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 = \ diff --git a/src/notzed.nativez/native/native.make b/src/notzed.nativez/native/native.make index 14cbfb9..48d90af 100644 --- a/src/notzed.nativez/native/native.make +++ b/src/notzed.nativez/native/native.make @@ -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/% -- 2.39.2