mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-04 20:15:09 +01:00
Fix status string
This commit is contained in:
parent
3d156e4042
commit
74c7e00f14
@ -44,7 +44,7 @@ ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard
|
||||
|
||||
CFLAGS := -g -Wall -O3 -mword-relocations \
|
||||
$(ARCH) \
|
||||
-DSTATUS_STRING="\"ftbrony v1.2\""
|
||||
-DSTATUS_STRING="\"ftbrony v2.0\""
|
||||
|
||||
CFLAGS += $(INCLUDE) -DARM11 -D_3DS
|
||||
|
||||
|
@ -3,7 +3,7 @@ TARGET := $(notdir $(CURDIR))
|
||||
CFILES := $(wildcard source/*.c)
|
||||
OFILES := $(patsubst source/%,build.linux/%,$(CFILES:.c=.o))
|
||||
|
||||
CFLAGS := -g -Wall -Iinclude -DSTATUS_STRING="\"ftpd v1.2\""
|
||||
CFLAGS := -g -Wall -Iinclude -DSTATUS_STRING="\"ftpd v2.0\""
|
||||
LDFLAGS :=
|
||||
|
||||
.PHONY: all clean
|
||||
|
Loading…
Reference in New Issue
Block a user