index
:
Duke_Coursera_Intro_C
master
Duke University's wonderful C course on Coursera
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
25_break_encr
/
Makefile
blob: 00ce3b5bbb227020019d96bca885627092e5242f (
plain
)
1
2
3
4
CFLAGS
=
-ggdb3 -Wall -Werror -pedantic -std
=
gnu99
breaker
:
breaker
.
c
gcc -o breaker breaker.c