Skip to content

Commit

Permalink
gencertif update
Browse files Browse the repository at this point in the history
  • Loading branch information
thery committed Jan 14, 2020
1 parent cb37289 commit f38fff8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 561 deletions.
11 changes: 6 additions & 5 deletions gencertif/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@ CPOCK=certif.c factorize.c pocklington.c

OPOCK=$(CPOCK:.c=.o)

all:
make pock
make first
make o2v

pock: $(OPOCK)
$(CC) -g -O2 -o pocklington $(OPOCK) -lecm -lgmp -lm

first: $(OFIRSTPRIMES)
$(CC) -g -O2 -o firstprimes $(OFIRSTPRIMES) -lecm -lgmp -lm

all:
make pock
make first
make o2v

clean:
rm -f *~ *.o pocklington firstprimes o2v
rm -f *~ *.o *.cmo *.cmi pocklington firstprimes o2v


.SUFFIXES: .v .vo .c .o
Expand Down
Loading

0 comments on commit f38fff8

Please sign in to comment.