Rename fconv to pxfconv

This commit is contained in:
Jaby
2024-10-10 22:11:39 +02:00
committed by Jaby
parent 6a5192afdc
commit 2379527967
22 changed files with 18 additions and 18 deletions

View File

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