projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e20c897
)
Added headers to dependencies for obejct files
author
Lukas Krickl
<lukas@krickl.dev>
Thu, 30 Nov 2023 05:28:21 +0000
(06:28 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Thu, 30 Nov 2023 05:28:21 +0000
(06:28 +0100)
makefile
patch
|
blob
|
history
diff --git
a/makefile
b/makefile
index c5fa268c7fff81fc9db6b68b9f9f532272dae551..d9d7f0be6983a5697dfa1ca7362b598dba44dd51 100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-27,7
+27,7
@@
OBJ = $(patsubst %,$(ODIR)/%,$(_OBJ))
all: bin test
-$(ODIR)/%.o: src/%.c
+$(ODIR)/%.o: src/%.c
include/*.h
mkdir -p $(@D)
$(CC) -c -o $@ $< $(CFLAGS) $(LDFLAGS)