diff --git a/Makefile b/Makefile index 9e98565..a8ee72f 100755 --- a/Makefile +++ b/Makefile @@ -33,7 +33,6 @@ OBJS += $(OBJDIR)/src/libdivsufsort/lib/trsort.o all: $(APP) $(APP): $(OBJS) - @mkdir -p ../../bin/posix $(CC) $^ $(LDFLAGS) -o $(APP) $(STRIP) $(APP)