We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68d846 commit c15d656Copy full SHA for c15d656
1 file changed
makefile.unix
@@ -267,8 +267,8 @@ clean:
267
-@rm -f $(OBJECTS) $(TOBJECTS)
268
-@rm -f $(LIBMAIN_S)
269
-@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
+ -@rm -f test tv_gen hashsum ltcrypt small timing
+ -@rm -f test.exe tv_gen.exe hashsum.exe ltcrypt.exe small.exe timing.exe
272
273
#Install the library + headers
274
install: $(LIBMAIN_S) $(HEADERS)
0 commit comments