This website requires JavaScript.
Explore
Help
Register
Sign In
iiiypuk
/
minecraft-launcher-libs
Watch
1
Star
0
Fork
0
You've already forked minecraft-launcher-libs
Code
Issues
Pull Requests
Releases
2
Activity
6e5171308f
minecraft-launcher-libs
/
Makefile
9 lines
91 B
Makefile
Raw
Normal View
History
Unescape
Escape
💀
2022-06-05 02:56:46 +03:00
CC
=
clang
Fix Makefile
2022-06-05 04:10:28 +03:00
CFLAGS
=
-O2
💀
2022-06-05 02:56:46 +03:00
all
:
Fix Makefile
2022-06-05 04:10:28 +03:00
${
CC
}
-lcjson main.c -o make-libs-string
💀
2022-06-05 02:56:46 +03:00
clean
:
rm -f *.o
Reference in New Issue
Copy Permalink