We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d43d2 commit 5004ef1Copy full SHA for 5004ef1
1 file changed
Makefile
@@ -29,7 +29,7 @@ CC=gcc
29
OPTFLAGS=-O2
30
31
# General options for C++ compiler
32
-CXXFLAG=-Wall -std=c++14
+CXXFLAGS=-Wall -std=c++14
33
34
# General flags for 6502 assembly files
35
CA65_FLAGS=-g -tatari -I cc65/asminc -I src
0 commit comments