summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-12 20:43:44 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-12 20:43:44 +0200
commit9418394d14c07bf96820e19d6d36b5b102ec1084 (patch)
treeb3b2af669f4ec05349d1639cd55651d55d4c2f3e /Makefile
parent663dc56d8f9a6b545a209d4249fd4c65d52ef068 (diff)
downloadmblaze-9418394d14c07bf96820e19d6d36b5b102ec1084.tar.gz
mblaze-9418394d14c07bf96820e19d6d36b5b102ec1084.tar.xz
mblaze-9418394d14c07bf96820e19d6d36b5b102ec1084.zip
next: add offset, also negative
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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