Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/cral/commit/854b2c907830d88f6cdca7d84f95db3f72390cd3?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Remove now unneeded include directories.

git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@27 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
master
follower 18 years ago
parent bdfa1289f8
commit 854b2c9078

@ -17,7 +17,7 @@ COMMON = -mmcu=$(MCU)
CFLAGS = $(COMMON)
CFLAGS += -Wall -gdwarf-2 -O0 -fsigned-char
CFLAGS += -MD -MP -MT $(*F).o -MF dep/$(@F).d -D__COMPILER_VERSION__=2
INCLUDES = -I../mcu -I../iinchip -I../main -I../inet -I../util
INCLUDES =
## Assembly specific flags
ASMFLAGS = $(COMMON)

Loading…
Cancel
Save