Skip to content

Commit

Permalink
Put binaries in bin directory (dah!)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortis committed Nov 3, 2018
1 parent b22c682 commit 33d0ee3
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/bin/

#ignore miner workspace
d

/src/**/ccerror.log
/src/**/*.o

Expand Down
Binary file removed bcon
Binary file not shown.
Binary file removed bup
Binary file not shown.
Binary file removed bval
Binary file not shown.
Binary file removed mochimo
Binary file not shown.
Binary file removed neogen
Binary file not shown.
Binary file removed sortlt
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NVCC=nvcc -DLONG64 --generate-code arch="compute_37,code=\"sm_37,compute_37\""
LDFLAGS=-lcudart -lcuda -lstdc++
EXEC=mochimo bval bcon bup sortlt neogen txclean wallet
SOURCE_FOLDER=./
BIN_FOLDER=../
BIN_FOLDER=../bin/
OBJ_FOLDER=obj/Debug

all: $(EXEC)
Expand Down
Binary file removed txclean
Binary file not shown.
Binary file removed wallet
Binary file not shown.

0 comments on commit 33d0ee3

Please sign in to comment.