p8: fixed issue with p8 not following ANSI C standard
This commit is contained in:
parent
1c210b879d
commit
5e39e3554e
5 changed files with 73 additions and 25 deletions
1
Makefile
1
Makefile
|
|
@ -15,6 +15,7 @@ p% : p%.c
|
|||
$(STRIP) $(BUILDDIR)/$@
|
||||
|
||||
p7 : p7.c $(LIBDIR)/prime.o
|
||||
p8 : p8.c $(LIBDIR)/io.o
|
||||
p10 : p10.c $(LIBDIR)/prime.o
|
||||
p12 : p12.c $(LIBDIR)/prime.o
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue