all: build build: [ -d ./bin ] || mkdir bin cc -o bin/b64-lbl-encode src/b64-lbl-encode.c cc -o bin/b64-lbl-decode src/b64-lbl-decode.c