File: Makefile

package info (click to toggle)
ultra 2.99a-devel2-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 3,104 kB
  • ctags: 5,438
  • sloc: ansic: 44,350; yacc: 2,036; makefile: 833; sh: 652; lex: 548
file content (12 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#

all:
	@echo "Please, compile selected example manualy..."

gcompile:

ginstall:

clean:
	@for i in *; do if [ -d $$i ]; then $(MAKE) -C $$i clean; fi; done
	rm -f *~