Megatest

Makefile at [723893d25c]
Login

File iup-test/Makefile artifact a0f27c5501 part of check-in 723893d25c


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