We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9513b0a commit 507e225Copy full SHA for 507e225
make.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
3
set -e
4
SELF_DIR="$(dirname $(readlink -f $0))"
@@ -48,4 +48,4 @@ cd build
48
mkdir -p imports
49
$CC $CFLAGS -c ../sqlite3.c
50
$CXX $CXXFLAGS ../sqlite.cpp ./sqlite3.o $LDFLAGS -o ./imports/sqlite.cse
51
-rm ./sqlite3.o
+rm ./sqlite3.o
0 commit comments