mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-01 10:10:27 -08:00
2 lines
89 B
Makefile
2 lines
89 B
Makefile
import.exe: import.c
|
|
gcc -g `ecl-config --cflags` import.c -o $@ `ecl-config --ldflags`
|