Removed patsubst from makefile
authorLukas Krickl <lukas@krickl.dev>
Tue, 29 Oct 2024 07:06:19 +0000 (08:06 +0100)
committerLukas Krickl <lukas@krickl.dev>
Tue, 29 Oct 2024 07:06:19 +0000 (08:06 +0100)
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