File: Makefile

package info (click to toggle)
gauche-c-wrapper 0.5.4-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,892 kB
  • ctags: 2,869
  • sloc: ansic: 14,863; sh: 14,017; lisp: 6,822; asm: 6,456; makefile: 541; exp: 194; cpp: 157; objc: 144; perl: 2
file content (12 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
SOEXT = $(shell gauche-config --so-suffix)

magicklib.$(SOEXT): magick.scm
	cwcompile --verbose magick.scm

run: magicklib.$(SOEXT)
	gosh -I. magick.scm

clean:
	cwcompile --verbose --clean magick.scm
	rm -f thumbnail.png