Codebase list hydra / debian/9.3-2 Makefile
debian/9.3-2

Tree @debian/9.3-2 (Download .tar.gz)

Makefile @debian/9.3-2raw · history · blame

1
2
3
4
5
6
7
8
all:
	@echo Error: you must run "./configure" first

clean:
	cp -f Makefile.orig Makefile

uninstall:
	@echo Error: you must run "./configure" first