Skip to content

Commit c15d656

Browse files
committed
crypt{,.exe} is now ltcrypt{,.exe}
1 parent e68d846 commit c15d656

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

makefile.unix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ clean:
267267
-@rm -f $(OBJECTS) $(TOBJECTS)
268268
-@rm -f $(LIBMAIN_S)
269269
-@rm -f demos/*.o *_tv.txt
270-
-@rm -f test tv_gen hashsum crypt small timing
271-
-@rm -f test.exe tv_gen.exe hashsum.exe crypt.exe small.exe timing.exe
270+
-@rm -f test tv_gen hashsum ltcrypt small timing
271+
-@rm -f test.exe tv_gen.exe hashsum.exe ltcrypt.exe small.exe timing.exe
272272

273273
#Install the library + headers
274274
install: $(LIBMAIN_S) $(HEADERS)

0 commit comments

Comments
 (0)