# Makefile for generic C program
# Last edited on 2024-06-22 20:52:28 by stolfi

PROG = ioplot

JS_LIBS = \
  libeps.a \
  libgeo.a \
  libjs.a
  
include ${STOLFIHOME}/programs/c/GENERIC-PROGS.make
