Upload files to "/"
This commit is contained in:
parent
8aeef44559
commit
188f3acc54
2 changed files with 29 additions and 9 deletions
2
Makefile
2
Makefile
|
@ -2,4 +2,4 @@ CC?=cc
|
|||
CFLAGS?=-Os -s
|
||||
|
||||
all:
|
||||
$(CC) $(CFLAGS) cutecat.c -o cutecat
|
||||
$(CC) $(CFLAGS) cutecat.c -o cutecat -lm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue