Artifact 2356e68571c69c50f0cb4682ed50bb237eda6013:
- File iup-test/Makefile — part of check-in [494eadce2e] at 2018-10-31 18:00:52 on branch v1.65 — Added some test file for iup matrix (user: ritikaag, size: 157) [annotate] [blame] [check-ins using] [more...]
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