This website requires JavaScript.
Explore
Help
Register
Sign In
8nl
/
kfetch
Watch
1
Star
0
Fork
0
You've already forked kfetch
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
208725ee0d
kfetch
/
Makefile
6 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
fix
2023-11-02 14:51:10 +00:00
CFLAGS
?=
-s -Os -pedantic -Wall -Wextra
Загрузить файлы в «/»
2023-10-18 20:55:28 +00:00
CC
?=
cc
fix
2023-11-02 14:51:10 +00:00
Загрузить файлы в «» BETA!!!!!!
2023-08-01 19:41:49 +00:00
all
:
fix
2023-11-02 14:51:10 +00:00
$(
CC
)
src/*.c -Iinclude -I.
$(
CFLAGS
)
-okfetch
Reference in New Issue
Copy Permalink