diff options
| author | Jan Sucan <jan@jansucan.com> | 2023-11-12 15:20:02 +0100 |
|---|---|---|
| committer | Jan Sucan <jan@jansucan.com> | 2023-11-12 15:20:02 +0100 |
| commit | 69b93c3b43210c7745f6ff07ad64a6a8f861e0b9 (patch) | |
| tree | 31a36bf9191ff324aa103509661a751c1126ab0e /src/Makefile | |
| parent | bdcce656c964c6d94d85639e3f064fc8aef0c124 (diff) | |
Switch from C to C++ compiler
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 4deaaec..7c5cb1f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -CC=gcc +CC=g++ CFLAGS=-Wall -fmax-errors=2 SOURCES=*.c |
