ecl/examples/threads/import/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`