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
Jules Saget
M1 internship report
Commits
5e636b81
Commit
5e636b81
authored
Jun 17, 2020
by
Jules Saget
Browse files
Even simpler compilation
parent
2c7ca06c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5e636b81
...
...
@@ -18,4 +18,4 @@ clean-all: clean
rm
-vrf
*
.pdf
clean
:
./clean.sh
eval rm
-vrf
$
(
cat
.gitignore
)
clean.sh
deleted
100755 → 0
View file @
2c7ca06c
for
line
in
$(
cat
.gitignore
)
do
eval rm
-vrf
$line
done
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