File: Makefile

package info (click to toggle)
openocd 0.8.0-4
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 24,080 kB
  • sloc: ansic: 267,481; sh: 15,640; tcl: 6,879; asm: 1,684; cpp: 1,671; makefile: 1,185; perl: 717; python: 708; haskell: 35
file content (7 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
jimsh ?= ../jimsh

test:
	@for i in *.test; do LD_LIBRARY_PATH=..:$(LD_LIBRARY_PATH) $(jimsh) $$i; done

clean:
	rm -f gorp.file2 gorp.file sleepx test1 exec.tmp1