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
9082dc03
Commit
9082dc03
authored
Dec 30, 2000
by
mac
Browse files
Added an 'all' target, so it can be made from the main makefile.
parent
b0ecc0c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
capture/Makefile
View file @
9082dc03
DESTDIR
=
CFLAGS
=
-O
-DNBPG
=
2048
all
:
capture
capture
:
capture.c
cc
$(CFLAGS)
-o
capture capture.c
...
...
www/GNUmakefile
View file @
9082dc03
...
...
@@ -12,3 +12,5 @@ $(INSTALLDIR)/%: %
@
echo
Installing
$@
-
mkdir
-p
$(
patsubst
%/,%,
$(
dir
$@
))
$(INSTALL)
$<
$@
all
:
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