Compare commits
No commits in common. "7b472cac4bf37f327b8100c4de5ca6baeb38f2d3" and "f8f08c7473e0ed126f2abcf90aab5f45e15ec4aa" have entirely different histories.
7b472cac4b
...
f8f08c7473
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
.cache
|
.cache
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
pckr
|
pckr
|
||||||
libpakrd.a
|
pakrd.a
|
||||||
dist
|
dist
|
||||||
|
4
compile
4
compile
@ -74,13 +74,13 @@ done
|
|||||||
if [[ $BUILD_TYPE == "debug" ]]; then
|
if [[ $BUILD_TYPE == "debug" ]]; then
|
||||||
CFLAGS+="-g "
|
CFLAGS+="-g "
|
||||||
PCKR_OUT="pckr"
|
PCKR_OUT="pckr"
|
||||||
PAKRD_OUT="libpakrd.a"
|
PAKRD_OUT="pakrd.a"
|
||||||
else
|
else
|
||||||
mkdir dist
|
mkdir dist
|
||||||
cp ./include/pak.h dist
|
cp ./include/pak.h dist
|
||||||
CFLAGS+="-O3 "
|
CFLAGS+="-O3 "
|
||||||
PCKR_OUT="dist/pckr"
|
PCKR_OUT="dist/pckr"
|
||||||
PAKRD_OUT="dist/libpakrd.a"
|
PAKRD_OUT="dist/pakrd.a"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user