# Makefile for generic C program
# Last edited on 2023-02-03 23:22:10 by stolfi

PROG := xjsmessage

JS_LIBS := \
  libjs.a \
  libeps.a

USE_X11 := YES

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

