Initial commit.

This commit is contained in:
2024-12-01 04:54:43 +01:00
commit fc1bba730f
4 changed files with 245 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
CC = gcc
CFLAGS = -Wextra -Wall -Werror -pedantic -Ofast
all: dot run
dot: dot.c
$(CC) $(CFLAGS) dot.c -o dot
run:
./dot my-service