Upload files to "/"

This commit is contained in:
8nl 2024-01-08 09:28:03 +00:00
parent 9f1e254d0e
commit b617b4cc5e
2 changed files with 92 additions and 0 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
CC?=cc
CFLAGS?=-Os -s
all:
$(CC) $(CFLAGS) cutecat.c -o cutecat