#
# Makefile for UNIX
#
RM=rm
CC=gcc
CFLAGS= -g -O2 -Wall

FISGEXE=fisg
TARGETS=$(FISGEXE) strmatch

include Makefile.gen
