This website requires JavaScript.
Explore
Help
Register
Sign In
8nl
/
8img
Watch
1
Star
0
Fork
0
You've already forked 8img
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
a8435d3bcb
8img
/
Makefile
9 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
Upload files to "/"
2024-11-10 09:38:38 +00:00
CC
?=
cc
Upload files to "/"
2024-11-10 14:26:37 +00:00
CFLAGS
?=
-pedantic -Wall -Wextra -s -Os
Upload files to "/"
2024-11-10 09:38:38 +00:00
all
:
$(
CC
)
$(
CFLAGS
)
img.c -o 8img
clean
:
rm 8img
Reference in New Issue
Copy Permalink