# Last edited on 2016-04-09 11:27:44 by stolfilocal TEST_LIB := libdsm.a TEST_LIB_DIR := ../.. PROG := test_segment2 LIBS := \ libgeo.a \ libjs.a all: check check: rm-prog ${PROG} execute include ${STOLFIHOME}/programs/c/GENERIC-LIB-TEST.make rm-prog: rm -f ${PROG} ${PROG}.o execute: rm -f out/test1/t*.pgm ./${PROG} clean:: rm -f out/test1/t*.pgm