FML function 'strcmp' implemented. This function can be used to
[egate.git] / fml / Makefile
index 995fad0..87c77d8 100644 (file)
@@ -1,6 +1,6 @@
 # FML interpreter. Europagate, 1995
 #
-# $Id: Makefile,v 1.5 1995/02/10 17:21:44 adam Exp $
+# $Id: Makefile,v 1.6 1995/02/10 18:15:51 adam Exp $
 
 SHELL=/bin/sh
 INCLUDE=-I../include -I.
@@ -9,7 +9,7 @@ CFLAGS=-g -Wall -pedantic
 DEFS=$(INCLUDE)
 LIB=fml.a 
 PO = fmltoken.o fmlmem.o fml.o fmlsym.o fmlrel.o fmlarit.o fmllist.o \
-fmlcall.o fmlcalls.o fmlmarc.o
+fmlcall.o fmlcalls.o fmlmarc.o fmlstr.o
 
 CPP=cc -E
 CC=gcc