Add Makefile to remaining cargo projects
This commit is contained in:
13
src/Tools/psxcdread/Makefile
Normal file
13
src/Tools/psxcdread/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
include ../Common.mk
|
||||
|
||||
ARTIFACT = psxcdread
|
||||
|
||||
.PHONY: $(WINDOWS_ARTIFACT) $(UNIX_ARTIFACT)
|
||||
$(WINDOWS_ARTIFACT):
|
||||
$(call cargo_windows_default)
|
||||
|
||||
$(UNIX_ARTIFACT):
|
||||
$(call cargo_unix_default)
|
||||
|
||||
all-windows: $(WINDOWS_ARTIFACT)
|
||||
all: $(UNIX_ARTIFACT)
|
Reference in New Issue
Block a user