Skip to content

Commit

Permalink
removing last cg_obup remnants
Browse files Browse the repository at this point in the history
  • Loading branch information
rico666 committed Jul 19, 2018
1 parent c10f6f6 commit c8f1c96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ core1
core2
plot64
plots
engraver.tgz
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ all: plot64
dist: clean all
mkdir bin
mv plot64 bin
tar -czf cg_obup.tgz *
tar -czf engraver.tgz bin LICENSE README.md

plot64: plot.c $(SHABAL) helper64.o mshabal_sse4.o mshabal256_avx2.o
$(CC) $(CFLAGS) -o plot64 plot.c $(SHABAL) helper64.o mshabal_sse4.o mshabal256_avx2.o -lpthread -std=gnu99
Expand All @@ -38,4 +38,4 @@ test: plot64
./test.pl

clean:
rm -rf mshabal_sse4.o mshabal256_avx2.o shabal64.o shabal64-darwin.o helper64.o plot64 helper64.o cg_obup.tgz bin/* core*
rm -rf mshabal_sse4.o mshabal256_avx2.o shabal64.o shabal64-darwin.o helper64.o plot64 helper64.o engraver.tgz bin/* core*
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#ENGRAVER
=============

[![Build Status](https://travis-ci.org/jake-b/cg_obup.svg?branch=master)](https://travis-ci.org/jake-b/cg_obup)

This is the PoCC reference plotter for Burstcoin.

It generates PoC2 files and is intended to work on any UNIX system
Expand Down

0 comments on commit c8f1c96

Please sign in to comment.