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