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
Better makefile, use %.o rule
main
Titouan Rigoudy
11 years ago
parent
bcddc575e2
commit
70697e7afc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
arithmetic_progressions/Makefile
+ 1
- 1
arithmetic_progressions/Makefile
View File
@ -4,7 +4,7 @@ CFLAGS= -ggdb --std=c11
all
:
ap
segtree.o
:
segtree
.
c
%.o
:
%
.
c
$(
CC
)
-o
$@
-c $^
$(
CFLAGS
)
ap
:
arithmetic_progressions
.
c
segtree
.
o
Write
Preview
Loading…
Cancel
Save