File: Makefile

package info (click to toggle)
mips64emul 0.2.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,260 kB
  • ctags: 11,173
  • sloc: ansic: 43,056; sh: 535; asm: 326; makefile: 58
file content (9 lines) | stat: -rw-r--r-- 186 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# $Id: Makefile,v 1.1 2004/08/26 13:17:50 debug Exp $

BINS=cp_removeblocks bintrans_eval try_runlen \
	sgiprom_to_bin decprom_dump_txt_to_bin

all: $(BINS)

clean:
	rm -f $(BINS) *core