Skip to content
GitLab
Menu
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
ae3f999c
Commit
ae3f999c
authored
Dec 14, 2000
by
Leigh B. Stoller
Browse files
Cleanup and add install/clean targets for imagezip subdir.
parent
62551b28
Changes
1
Hide whitespace changes
Inline
Side-by-side
os/Makefile
View file @
ae3f999c
...
...
@@ -4,20 +4,17 @@
include
../Makeconf
include
../GNUmakerules
CC
=
gcc
CFLAGS
=
-O
SUBDIRS
=
imagezip
SCRIPTS
=
oslib.tcl
.PHONY
:
$(SUBDIRS)
all
:
all
:
$(SUBDIRS)
key7
:
key7.c
$(
CC)
$(CFLAGS)
-o
key7 key7.c
imagezip
:
@
$(
MAKE)
-C
imagezip all
key8
:
key8.c
$(CC)
$(CFLAGS)
-o
key8 key8.c
install
:
$(addprefix $(INSTALL_BINDIR)/
,
$(SCRIPTS))
install
:
@
$(MAKE)
-C
imagezip
install
clean
:
/bin/rm
-f
*
.o key7 key8
@
$(MAKE)
-C
imagezip clean
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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