rename crypt to ltcrypt
a binary called crypt already exists and creates a name-clash as we won't implement the entire CLI even if this tool implements similar functionality
This commit is contained in:
+1
-7
@@ -84,16 +84,10 @@ CFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\"
|
||||
endif
|
||||
|
||||
|
||||
HASH=hashsum
|
||||
CRYPT=encrypt
|
||||
SMALL=small
|
||||
TV=tv_gen
|
||||
TIMING=timing
|
||||
TEST=test
|
||||
SIZES=sizes
|
||||
CONSTANTS=constants
|
||||
|
||||
DEMOS=hashsum crypt small tv_gen sizes constants
|
||||
DEMOS=hashsum ltcrypt small tv_gen sizes constants
|
||||
|
||||
TIMINGS=demos/timing.o
|
||||
TESTS=demos/test.o
|
||||
|
||||
Reference in New Issue
Block a user