Browse Source

Doc updates.

Con Kolivas 14 years ago
parent
commit
67dff290f7
2 changed files with 4 additions and 1 deletions
  1. 3 0
      ChangeLog
  2. 1 1
      Makefile.am

+ 3 - 0
ChangeLog

@@ -1 +1,4 @@
 See git repository ('git log') for full changelog.
+
+Git repo can be found at:
+https://github.com/ckolivas/cgminer

+ 1 - 1
Makefile.am

@@ -22,7 +22,7 @@ cgminer_SOURCES	= elist.h miner.h compat.h bench_block.h	\
 		  ocl.c ocl.h findnonce.c findnonce.h 		\
 		  sha256_generic.c sha256_4way.c sha256_via.c	\
 		  sha256_cryptopp.c sha256_sse2_amd64.c		\
-		  sha256_sse4_amd64.c sha256_sse2_i386.c		\
+		  sha256_sse4_amd64.c sha256_sse2_i386.c	\
 		  phatk110817.cl poclbm110817.cl
 
 cgminer_LDFLAGS	= $(PTHREAD_FLAGS)