File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ OBJS := $(SRCS:%=$(BUILD_DIR)/%.o)
1010DEPS := $(OBJS:.o=.d)
1111
1212CFLAGS=+zx -D__SPECTRUM__ -D__RS232__
13- LDFLAGS=-lndos -lm -lrs232if1 -create-app -Cz--screen -Czsrc\\ ptzx-loading-splash-1.scr #normal tap - Product TAP
13+ LDFLAGS=-lndos -lm -lrs232if1 -create-app -Cz--screen -Czsrc/ ptzx-loading-splash-1.scr #normal tap - Product TAP
1414#LDFLAGS=-lndos -lm -lrs232if1 -create-app -subtype=turbo -audio #TURBO WAV only - DEV compiler
1515
1616INC_DIRS := $(shell find $(SRC_DIRS) -type d)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ OBJS := $(SRCS:%=$(BUILD_DIR)/%.o)
1010DEPS := $(OBJS:.o=.d)
1111
1212CFLAGS=+zx -D__SPECTRUM__ -D__RS232__
13- LDFLAGS=-lndos -lm -lrs232plus -create-app -Cz--screen -Czsrc\\ ptzx-loading-splash-1.scr #normal tap - Product TAP
13+ LDFLAGS=-lndos -lm -lrs232plus -create-app -Cz--screen -Czsrc/ ptzx-loading-splash-1.scr #normal tap - Product TAP
1414#LDFLAGS=-lndos -lm -lrs232plus -create-app -subtype=turbo -audio #TURBO WAV only - DEV compiler
1515
1616INC_DIRS := $(shell find $(SRC_DIRS) -type d)
You can’t perform that action at this time.
0 commit comments