Skip to content

Commit 58ccee9

Browse files
committed
Normalize line endings: convert PR files to CRLF
1 parent e97f682 commit 58ccee9

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

misc/os2/Makefile

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
TARGET := ClassiCube
2-
BUILD_DIR := build/os2/src
3-
SOURCE_DIR := src
4-
BEARSSL := 1
1+
TARGET := ClassiCube
2+
BUILD_DIR :=build/os2/src
3+
SOURCE_DIR :=src
4+
BEARSSL = 1
55

66
C_SOURCES := $(wildcard $(SOURCE_DIR)/*.c)
77
ifeq ($(BEARSSL),1)
88
C_SOURCES += $(wildcard third_party/bearssl/*.c)
99
endif
10-
C_OBJECTS := $(patsubst $(SOURCE_DIR)%.c, $(BUILD_DIR)/%.o, $(C_SOURCES))
11-
OBJECTS := $(C_OBJECTS) $(BUILD_DIR)/$(TARGET).res misc/os2/classicube.def
10+
C_OBJECTS := $(patsubst $(SOURCE_DIR)%.c, $(BUILD_DIR)/%.o, $(C_SOURCES))
11+
OBJECTS := $(C_OBJECTS) $(BUILD_DIR)/$(TARGET).res misc/os2/classicube.def
1212

1313
#---------------------------------------------------------------------------------
1414
# options for code generation
@@ -31,5 +31,4 @@ $(BUILD_DIR)/%.o : $(SOURCE_DIR)/%.c
3131
$(CC) $(CFLAGS) -c $< -o $@
3232

3333
$(BUILD_DIR)/$(TARGET).res: misc/os2/$(TARGET).rc misc/os2/$(TARGET).ico
34-
wrc -r misc/os2/$(TARGET).rc -fo=$@
35-
34+
wrc -r misc/os2/$(TARGET).rc -fo=$@

0 commit comments

Comments
 (0)