Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Duncan White
C-datadec
Commits
af9acaed
Commit
af9acaed
authored
Mar 19, 2002
by
dcw
Browse files
added make install
parent
3b0bd7f4
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
af9acaed
...
@@ -13,6 +13,10 @@ m2datadec_objs = datadec.o parser.o lexer.o struct.o m2decs.o optimize.o
...
@@ -13,6 +13,10 @@ m2datadec_objs = datadec.o parser.o lexer.o struct.o m2decs.o optimize.o
all
:
$(EXECS)
all
:
$(EXECS)
install
:
install
-m
755 datadec
$(PREFIX)
/usr/local/bin/datadec
install
-m
644 c-datadec.man
$(PREFIX)
/usr/man/man1/datadec.1
arch
:
$(EXECS)
arch
:
$(EXECS)
cp
-p
$(EXECS)
../../
$(ARCH)
cp
-p
$(EXECS)
../../
$(ARCH)
cd
../../
$(ARCH)
;
chmod
a+rx,ug+w
$(EXECS)
cd
../../
$(ARCH)
;
chmod
a+rx,ug+w
$(EXECS)
...
...
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