mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 04:26:10 -07:00
8 lines
149 B
Makefile
8 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
|