1
0
Fork 0

p8: fixed issue with p8 not following ANSI C standard

This commit is contained in:
H Hautakoski 2010-08-19 12:53:18 +02:00
parent 1c210b879d
commit 5e39e3554e
5 changed files with 73 additions and 25 deletions

View file

@ -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