Make drop, not skip

This commit is contained in:
Neale Pickett 2017-08-10 14:13:57 +00:00
parent c4f4a28867
commit 17104abf80
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ TARGETS += pyesc
TARGETS += xor TARGETS += xor
TARGETS += unhex TARGETS += unhex
TARGETS += pcat TARGETS += pcat
TARGETS += skip TARGETS += drop
TARGETS += hex TARGETS += hex
all: $(TARGETS) all: $(TARGETS)