This website requires JavaScript.
Explore
Help
Sign In
morgan
/
cryptocont23
Watch
1
Star
0
Fork
You've already forked cryptocont23
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b131b63565
cryptocont23
/
4번문제
/
Makefile
7 lines
77 B
Makefile
Raw
Blame
History
CC
=
gcc
CFLAGS
=
-mavx2
all
:
main
main
:
main
.
c
$(
CC
)
$(
CFLAGS
)
-o main main.c
Reference in New Issue
View Git Blame
Copy Permalink