Megatest

Makefile at [a0e6c2fdcb]
Login

File iup-test/Makefile artifact 2356e68571 part of check-in a0e6c2fdcb


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