File: Makefile.orig

package info (click to toggle)
hydra 9.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,856 kB
  • sloc: ansic: 22,258; sh: 2,530; makefile: 140
file content (8 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (6)
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