From 0a676c9bb4180297bc9deea8c31bec0802b52015 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 15 Feb 1995 17:42:28 +0000 Subject: [PATCH] Minor changes to Makefile. --- fml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fml/Makefile b/fml/Makefile index 87c77d8..28b3b4b 100644 --- a/fml/Makefile +++ b/fml/Makefile @@ -1,13 +1,13 @@ # FML interpreter. Europagate, 1995 # -# $Id: Makefile,v 1.6 1995/02/10 18:15:51 adam Exp $ +# $Id: Makefile,v 1.7 1995/02/15 17:42:28 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. TPROG1=fmltest CFLAGS=-g -Wall -pedantic DEFS=$(INCLUDE) -LIB=fml.a +LIB=../lib/fml.a PO = fmltoken.o fmlmem.o fml.o fmlsym.o fmlrel.o fmlarit.o fmllist.o \ fmlcall.o fmlcalls.o fmlmarc.o fmlstr.o -- 1.7.10.4