aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: e9e743069df9427e60e14f5d5aa2d113a129c089 (plain)
1
2
3
4
5
6
7
8
#CXX := clang++-19
CXXFLAGS += -m32 -O0 -std=c++23 -Wall -Wextra -Wpedantic -ggdb -g3

all: main

clean:
	rm -f main