File: Makefile

package info (click to toggle)
ecl 24.5.10%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 18,812 kB
  • sloc: ansic: 190,405; lisp: 68,972; xml: 8,221; asm: 5,551; sh: 3,384; makefile: 1,992; cpp: 190; java: 116
file content (6 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
#
# Read the comments in import.c
#

import.exe: import.c
	gcc -g `ecl-config --cflags` import.c -o $@ `ecl-config --ldflags`