Recreate base64 project
This commit is contained in:
5
base64/build
Executable file
5
base64/build
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
script_dir="$(dirname $0)"
|
||||
|
||||
clang $script_dir/*.c $script_dir/../wapp/wapp.c -lm -o b64
|
||||
Reference in New Issue
Block a user