HTTPSERVER: Fix 2
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# This script is used to compile your program on CodeCrafters
|
||||
#
|
||||
# This runs before .codecrafters/run.sh
|
||||
#
|
||||
# Learn more: https://codecrafters.io/program-interface
|
||||
|
||||
set -e # Exit on failure
|
||||
|
||||
go build -o /tmp/codecrafters-build-sqlite-go app/*.go
|
||||
Reference in New Issue
Block a user