mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-30 06:10:36 -08:00
6 lines
126 B
Makefile
6 lines
126 B
Makefile
#
|
|
# Read the comments in import.c
|
|
#
|
|
|
|
import.exe: import.c
|
|
gcc -g `ecl-config --cflags` import.c -o $@ `ecl-config --ldflags`
|