Skip to content

Commit e05f5c6

Browse files
committed
Doc fix
1 parent ee07491 commit e05f5c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Created on Tue June 18 2020
2+
# Created on June 18 2020
33
#
44
# Copyright (c) 2020 - Daniel Hajnal
55
#
@@ -8,7 +8,7 @@
88
# Compiler settings - Can be customized.
99
CC = gcc
1010
CXXFLAGS = -std=c11 -Wall
11-
LDFLAGS =
11+
LDFLAGS =
1212

1313
# Makefile settings - Can be customized.
1414
APPNAME = myapp
@@ -69,4 +69,4 @@ cleanw:
6969
# Cleans only all files with the extension .d
7070
.PHONY: cleandepw
7171
cleandepw:
72-
$(DEL) $(DEP)
72+
$(DEL) $(DEP)

0 commit comments

Comments
 (0)