File: Makefile.dummy

package info (click to toggle)
totd 1.4-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 660 kB
  • ctags: 512
  • sloc: ansic: 5,840; sh: 2,826; perl: 111; makefile: 110
file content (9 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
all:
	@echo 'To build totd, run ./configure and then execute: make depend && make'
	@echo 
	@echo 'try configure --help for options'

distclean: clean
	rm -f config.h

clean: