Reorganise and start working on the json parser
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
CC=clang++
|
||||
CFLAGS="-g -Wall -Wextra"
|
||||
SRC=*.cpp
|
||||
OUT=main
|
||||
|
||||
set -x
|
||||
|
||||
$CC $CFLAGS $SRC -o $OUT
|
||||
bear -- ./compile
|
||||
|
Reference in New Issue
Block a user