Upload files to "/"
This commit is contained in:
parent
9f1e254d0e
commit
b617b4cc5e
2 changed files with 92 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
CC?=cc
|
||||
CFLAGS?=-Os -s
|
||||
|
||||
all:
|
||||
$(CC) $(CFLAGS) cutecat.c -o cutecat
|
Loading…
Add table
Add a link
Reference in a new issue