File: Makefile

package info (click to toggle)
schism 2%2B20061016-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,824 kB
  • ctags: 5,402
  • sloc: ansic: 32,841; cpp: 22,411; sh: 5,003; objc: 381; makefile: 234
file content (5 lines) | stat: -rw-r--r-- 123 bytes parent folder | download
1
2
3
4
5
# this is a hack so that ./configure && make will actually work.
_default_rule:
	$(MAKE) -C build
%::
	$(MAKE) -C build $@