This commit is contained in:
Wolfgang Hottgenroth 2021-02-08 21:49:00 +01:00
parent f5952d840f
commit 47f00b19f4

View File

@ -8,7 +8,7 @@ C_INCLUDES = \
-I../cube/User/Inc
CC = gcc
CFLAGS = $(C_INCLUDES) -Wall -Werror
CFLAGS = $(C_INCLUDES) -Wall -Werror -std=c99
LDFLAGS =
TARGET = sink20169
@ -28,4 +28,4 @@ $(BUILD_DIR):
.phony: clean
clean:
-rm -rf $(BUILD_DIR)
-rm -rf $(BUILD_DIR)