Explorar el Código

Changed a dir in Makefile

Bill Tsou hace 6 años
padre
commit
d2b76a4bfa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -7,7 +7,7 @@
 ifeq ($(PLATFORM),SCC)
 	CFLAGS = -Wall -g
 	SHELL=sh
-	RCCEROOT=./bRCCE_V2.0
+	RCCEROOT=./RCCE_V2.0
 	include $(RCCEROOT)/common/symbols
 	PLATFORM_INCLUDES = $(RCCEINCLUDE)/RCCE.h
 	MY_FLAGS += -DPLAT_SCC