Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
aeeb9129
Commit
aeeb9129
authored
Nov 01, 2001
by
Ian Murdock
Browse files
Added Makefile for building event system.
parent
f6f5f157
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/Makefile
0 → 100644
View file @
aeeb9129
# Makefile for building event system
#
# $Id: Makefile,v 1.1 2001-11-01 18:48:50 imurdock Exp $
subdirs
=
lib sched
test
default clean
:
for
dir
in
$(subdirs)
;
\
do
\
(
cd
$$
dir
&&
make
$@
)
;
\
done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment