Artifact a0f27c550161fad34d5d6ebf9c97e093fa6dbf5b:
- File iup-test/Makefile — part of check-in [723893d25c] at 2019-02-02 20:48:06 on branch v1.65-multi-db — Added first pass on nmsg transport (user: matt, size: 154) [annotate] [blame] [check-ins using]
LIBSRC = "PATH/chicken-4.10.0-patch" sample : sample.c gcc -I$(LIBSRC)/include/ -L$(LIBSRC)/lib -L$(LIBSRC)/lib64 -liup -liupimglib -o sample sample.c