projects
/
egate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d645ef
)
New module ccl.
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Feb 1995 12:34:56 +0000
(12:34 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Feb 1995 12:34:56 +0000
(12:34 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
0728bff
..
ba25f2a
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2,7
+2,10
@@
# Europagate, 1994-1995.
#
# $Log: Makefile,v $
-# Revision 1.3 1995/02/10 17:21:17 adam
+# Revision 1.4 1995/02/13 12:34:56 adam
+# New module ccl.
+#
+# Revision 1.3 1995/02/10 17:21:17 adam
# FML is add as sub Makefile.
#
# Revision 1.2 1995/02/10 16:48:52 adam
@@
-13,7
+16,7
@@
#
SHELL=/bin/sh
MAKE=make
-SUBDIR=res+log util fml
+SUBDIR=res+log util fml ccl
CFLAGS=-Wall -g -pedantic -ansi
CC=gcc