projects
/
42
/
minitalk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ce8d5
)
Repair Makefile (wrong source file name)
author
Lukas Jiriste
<ljiriste@student.42prague.com>
Sat, 20 Jan 2024 16:30:30 +0000
(17:30 +0100)
committer
Lukas Jiriste
<ljiriste@student.42prague.com>
Sat, 20 Jan 2024 16:30:30 +0000
(17:30 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 82bb9d5a1bd280ddab91beac34dda4d9192a0426..658fbf2149164aa2611a1130eb08eee2ce2c76ca 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-12,7
+12,7
@@
INCLUDE := $(addprefix -I, $(INCDIR) $(SUBINCDIR))
SRCDIR := src
-SOURCES :=
main.c
\
+SOURCES :=
server.c
\
SOURCES := $(addprefix $(SRCDIR)/, $(SOURCES))