X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Client%20Applications%2Frcracki_mt%2FMakefile;h=99dd4950b20410dfacee6cedf55933ca183f205c;hb=e848f2d8bf56dd9b7b8258283590cdca0b531885;hp=07ab1149b39e467be83aa9d7161e9cba0baa2627;hpb=47c71901e7a97c226c8f1df749e3606d43656f32;p=freerainbowtables diff --git a/Client Applications/rcracki_mt/Makefile b/Client Applications/rcracki_mt/Makefile index 07ab114..99dd495 100644 --- a/Client Applications/rcracki_mt/Makefile +++ b/Client Applications/rcracki_mt/Makefile @@ -43,7 +43,10 @@ LIBS_NetBSD = -ldes LIBS += ${LIBS_$(OSNAME)} -all: rcracki_mt strip +all: rcracki_mt_stripped + +rcracki_mt_stripped: rcracki_mt + $(STRIP) rcracki_mt rcracki_mt: $(OBJS) $(CC) $(LFLAGS) $(OBJS) $(LIBS) -o rcracki_mt @@ -105,9 +108,6 @@ install: rebuild: clean all -strip: - $(STRIP) rcracki_mt - uninstall: rm -f $(BIN)/rcracki_mt