This website requires JavaScript.
Explore
Help
Register
Sign In
8nl
/
cutecat.c
Watch
1
Star
1
Fork
0
You've already forked cutecat.c
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9d4d541b01
cutecat.c
/
Makefile
6 lines
70 B
Makefile
Raw
Normal View
History
Unescape
Escape
Upload files to "/"
2024-01-08 09:28:03 +00:00
CC
?=
cc
CFLAGS
?=
-Os -s
all
:
Upload files to "/"
2024-01-12 16:55:46 +00:00
$(
CC
)
$(
CFLAGS
)
cutecat.c -o cutecat -lm
Reference in New Issue
Copy Permalink