# Last edited on 2015-11-16 04:07:18 by stolfilocal
# Makefile for source code snapshots

PROGS := \
  stmesh_view \
  salamic

JS_LIBS :=

USE_GL := YES
USE_X11 := YES
  
IGNORE :=

all: build install

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

