From 9418394d14c07bf96820e19d6d36b5b102ec1084 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 12 Jul 2016 20:43:44 +0200 Subject: next: add offset, also negative --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ff78e45..90b14ac 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CFLAGS=-g -O1 -Wall -Wno-switch -Wextra -Wwrite-strings -fstack-protector-strong -D_FORTIFY_SOURCE=2 -ALL = scan thread hdr show list +ALL = scan thread hdr show list next all: $(ALL) @@ -9,6 +9,7 @@ thread: blaze822.o thread.o hdr: blaze822.o hdr.o show: blaze822.o show.o list: list.o +next: next.o clean: FRC -rm -f $(ALL) *.o -- cgit 1.4.1