Switch to using C instead of C++
This commit is contained in:
parent
6afd2ad97b
commit
b7e2de196e
4
build
4
build
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
CC=clang++
|
||||
CC=clang
|
||||
CFLAGS="-g -Wall -Werror -pedantic"
|
||||
SRC=*.cpp
|
||||
SRC=*.c
|
||||
OUT=main
|
||||
|
||||
set -x
|
||||
|
Loading…
x
Reference in New Issue
Block a user