From 17104abf80bed085eef2827058016b8502cbd4a7 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 10 Aug 2017 14:13:57 +0000 Subject: [PATCH] Make drop, not skip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7456e90..e53205a 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ TARGETS += pyesc TARGETS += xor TARGETS += unhex TARGETS += pcat -TARGETS += skip +TARGETS += drop TARGETS += hex all: $(TARGETS)