This commit is contained in:
2026-04-21 09:43:01 +09:00
parent e8c1f49f70
commit a7200482d8
12 changed files with 364 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
CC:=gcc
CFLAGS:=-g -O1 -Wall -Wpedantic
CXX:=g++
CXXFLAGS:=-g -O1 -Wall -Wpedantic
RM:=rm
DEBUGGER:=gf2
#DEBUGGER:=gdb
BUILD_PATH:=$(abspath ../build)