RosettaCodeData/Task/Use-another-language-to-call-a-function/J/use-another-language-to-call-a-function-4.j
2023-07-01 13:44:08 -04:00

10 lines
300 B
Text

# jfe makefile info
# customize to create makefile suitable for your platform
# 32bit builds on 64bit systems require -m32 in CFLAGS and FLAGS
# Unix requires -ldl in FLAGS and Windows does not
CPPFLAGS= -I/usr/local/j64-602/system/examples/jfe
CFLAGS= -O0 -g
LOADLIBES= -ldl
main: main.o Query.o