This commit is contained in:
2025-03-16 04:43:20 +01:00
parent 8df331445b
commit ae56266037
5 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ build_all: build
build_fast:
$(CC) $(SRC)main.c -o dobre -Werror -std=c17
$(CC) $(CFLAGS) $(SRC)main.c -o dobre -Werror -std=c17
cp dobre ./bin/dobre
run: