# Makefile 
# Last edited on 2023-11-26 06:47:15 by stolfi

PROG := stereo_adjust
  
JS_LIBS := \
  libgeo.a \
  libjs.a

include ${STOLFIHOME}/programs/c/GENERIC-PROGS.make
