From a48ebc10c85e0d96b2bc8a88db8d8542e78178bf Mon Sep 17 00:00:00 2001 From: 4am Date: Thu, 22 Mar 2018 19:54:05 -0400 Subject: [PATCH] simplify Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1af8af2..1f99d0a 100644 --- a/Makefile +++ b/Makefile @@ -57,8 +57,7 @@ txt: dsk cd build && $(CADIUS) ADDFOLDER "$(DISK)" "/PITCH.DARK/TEXT" text artwork: dsk - rsync -a res/artwork build/ - cd build && $(CADIUS) ADDFOLDER "$(DISK)" "/PITCH.DARK/ARTWORK" artwork + $(CADIUS) ADDFOLDER build/"$(DISK)" "/PITCH.DARK/ARTWORK" "res/artwork" $(CADIUS) ADDFILE build/"$(DISK)" "/PITCH.DARK/ARTWORK/" "res/DHRSLIDE.SYSTEM" mount: dsk