aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7eb6e35..6fe9a6f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,10 +9,10 @@ CC=cc
CFLAGS=-I$(IDIR) -Wall -Wextra -pedantic
LIB=
-_DEPS=
+_DEPS=lib.h
DEPS=$(patsubst %,$(IDIR)/%,$(_DEPS))
-_OBJ=$(NAME).o
+_OBJ=$(NAME).o lib.o
OBJ=$(patsubst %,$(ODIR)/%,$(_OBJ))