mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-02-21 17:28:40 -08:00
9 lines
149 B
Makefile
9 lines
149 B
Makefile
all:
|
|
@echo Error: you must run "./configure" first
|
|
|
|
clean:
|
|
cp -f Makefile.orig Makefile
|
|
|
|
uninstall:
|
|
@echo Error: you must run "./configure" first
|