aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-09-16 18:24:07 +0200
committerMattias Andrée <maandree@kth.se>2021-09-16 18:24:07 +0200
commit3262ff366068de19a3458a179d2ba44ee4a4531a (patch)
tree07832e2b1fbbd0de3224733e682e0cc9016b6762 /Makefile
parentFix and test CSI u (diff)
downloadlibterminput-3262ff366068de19a3458a179d2ba44ee4a4531a.tar.gz
libterminput-3262ff366068de19a3458a179d2ba44ee4a4531a.tar.bz2
libterminput-3262ff366068de19a3458a179d2ba44ee4a4531a.tar.xz
Improve make file, fix tests, fix warnings, and add macro and pause key to interative test1.0.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dfc9813..de56c1c 100644
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,8 @@ OBJ =\
all: libterminput.a libterminput.$(LIBEXT) interactive-test test
-$(OBJ): $(@:.o=.c) $(HDR)
-$(LOBJ): $(@:.lo=.c) $(HDR)
+$(OBJ): $(HDR)
+$(LOBJ): $(HDR)
.c.o:
$(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS)