This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
hackerrank
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added C11 flag to makefile
main
Titouan Rigoudy
11 years ago
parent
eaa09ac96c
commit
7d4b46b17d
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
arithmetic_progressions/Makefile
+ 1
- 1
arithmetic_progressions/Makefile
View File
@ -1,6 +1,6 @@
# Rudimetary makefile
# Rudimetary makefile
CC
=
gcc
CC
=
gcc
CFLAGS
=
-ggdb
CFLAGS
=
-ggdb
--std
=
c11
all
:
ap
all
:
ap
Write
Preview
Loading…
Cancel
Save