removed strip. breaks on osx

This commit is contained in:
curt mayer
2020-02-22 21:26:56 -08:00
parent 32e34cb656
commit 27d8fb3ac1

View File

@@ -38,7 +38,6 @@ all: $(APP)
$(APP): $(OBJS)
@mkdir -p ../../bin/posix
$(CC) $^ $(LDFLAGS) -o $(APP)
$(STRIP) $(APP)
clean:
@rm -rf $(APP) $(OBJDIR)