Rename jaby_engine_fconv to fileconv

This commit is contained in:
Jaby
2024-10-09 20:56:24 +02:00
committed by Jaby
parent 8d097cdf00
commit 55344a73a3
20 changed files with 86 additions and 86 deletions

View File

@@ -0,0 +1,13 @@
include ../Common.mk
ARTIFACT = fileconv
.PHONY: $(WINDOWS_ARTIFACT) $(UNIX_ARTIFACT)
$(WINDOWS_ARTIFACT):
$(call cargo_windows_default)
$(UNIX_ARTIFACT):
$(call cargo_unix_default)
all-windows: $(WINDOWS_ARTIFACT)
all: $(UNIX_ARTIFACT)