projects
/
egate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb06380
)
Minor changes.
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 21 Feb 1995 12:11:27 +0000
(12:11 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 21 Feb 1995 12:11:27 +0000
(12:11 +0000)
fml/Makefile
patch
|
blob
|
history
diff --git
a/fml/Makefile
b/fml/Makefile
index
28b3b4b
..
cbabc9c
100644
(file)
--- a/
fml/Makefile
+++ b/
fml/Makefile
@@
-1,6
+1,6
@@
# FML interpreter. Europagate, 1995
#
-# $Id: Makefile,v 1.7 1995/02/15 17:42:28 adam Exp $
+# $Id: Makefile,v 1.8 1995/02/21 12:11:27 adam Exp $
SHELL=/bin/sh
INCLUDE=-I../include -I.
@@
-11,9
+11,6
@@
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
-CPP=cc -E
-CC=gcc
-
all: $(LIB) $(TPROG1) $(TPROG2)
$(TPROG1): $(TPROG1).o $(LIB)