Update makefile

This commit is contained in:
atc1441
2021-12-05 12:05:55 +01:00
parent 1a6cd53bdb
commit 9275d1f25b

View File

@@ -1,7 +1,7 @@
TEL_CHIP := -DCHIP_TYPE=CHIP_TYPE_8258
ifeq ($(OS), Windows_NT)
TC32_COMPILER_PATH := tc32_windows\\bin\\
TC32_COMPILER_PATH := tc32_windows/bin/
WINDOWS_PREFIX :=$(TC32_COMPILER_PATH)
LINUX_CHMOD :=
else