Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Arnaud Kress
easea
Commits
40d56fa2
Commit
40d56fa2
authored
Apr 27, 2010
by
Frédéric Krüger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correction mineure du makefile
parent
c15e64eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
makefile
makefile
+3
-3
No files found.
makefile
View file @
40d56fa2
...
...
@@ -15,10 +15,7 @@ endif
ifeq
($(UNAME), Darwin)
@
sed
'/EZ_PATH/d'
$(HOME)
/.profile>
$(HOME)
/.profile_save
@
mv
$(HOME)
/.profile_save
$(HOME)
/.profile
@
sed
'/EZ2_PATH/d'
$(HOME)
/.profile>
$(HOME)
/.profile_save
@
mv
$(HOME)
/.profile_save
$(HOME)
/.profile
@
echo
"export EZ_PATH=
\"
$(PWD)
/
\"
"
>>
$(HOME)
/.profile
@
echo
"export EZ2_PATH=
\"
$(TEST)
/
\"
"
>>
$(HOME)
/.profile
else
@
if
[
$(EZ_PATH)
!=
"
$(PWD)
/"
]
;
then
echo
-e
"
\n
export EZ_PATH=
$(PWD)
/"
>>
$(HOME)
/.bashrc
;
fi
endif
...
...
@@ -47,6 +44,9 @@ endif
# ./easea examples/weierstrass_std/weierstrass.ez
# Go to the taget directory and type make
#
# To Activate the EZ_PATH variable type:
# source ~/.profile
#
# Thanks for using EASEA.
#
...
...
Write
Preview
Markdown
is supported
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