diff options
| -rw-r--r-- | Makefile | 5 | 
1 files changed, 4 insertions, 1 deletions
| @@ -9,5 +9,8 @@ sand-leek: sand-leek.o onion_base32.o key_update.o  clean:  	rm -vf sand-leek *.o -.PHONY: all clean +test: +	./test.sh + +.PHONY: all clean test | 
|  | index : sand-leek | |
| Experimental CPU-bound (soon GPU) vanity onion address generator | David Phillips | 
| aboutsummaryrefslogtreecommitdiff | 
| -rw-r--r-- | Makefile | 5 | 
| @@ -9,5 +9,8 @@ sand-leek: sand-leek.o onion_base32.o key_update.o  clean:  	rm -vf sand-leek *.o -.PHONY: all clean +test: +	./test.sh + +.PHONY: all clean test |