projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d71c446
)
Removed patsubst from makefile
author
Lukas Krickl
<lukas@krickl.dev>
Tue, 29 Oct 2024 07:06:19 +0000
(08:06 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Tue, 29 Oct 2024 07:06:19 +0000
(08:06 +0100)
makefile
patch
|
blob
|
history
diff --git
a/makefile
b/makefile
index 3c5446d22ad7e92d79882ce625272b0fa811524e..501f9f213a1241c7b2dae3639d5d03cb7f82d34a 100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-22,8
+22,7
@@
TEST_BNAME=testulas
BIN_INSTALL_DIR=/usr/local/bin
MAN_INSTALL_DIR=/usr/local/man
-_OBJ = $(MAIN) ulas.o archs.o uldas.o
-OBJ = $(patsubst %,$(ODIR)/%,$(_OBJ))
+OBJ = $(ODIR)/$(MAIN) $(ODIR)/ulas.o $(ODIR)/archs.o $(ODIR)/uldas.o
all: bin test