Updated to default to 50k digits with no arguments, Makefile updates

This commit is contained in:
A.M. Rowsell 2024-07-23 12:07:02 -04:00
commit 4f738e5609
Signed by: amr
GPG key ID: 0B6E2D8375CF79A9
3 changed files with 4 additions and 3 deletions

View file

@ -24,6 +24,7 @@ depend: .depend
clean:
$(RM) $(OBJS)
$(RM) main
distclean: clean
$(RM) *~ .depend