Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Doug Woos
452-labs
Commits
32b505ff
Commit
32b505ff
authored
Feb 05, 2014
by
Yandong Mao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
e90be02e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
32b505ff
...
...
@@ -4,10 +4,10 @@
# $ make [lab1|lab2a|lab2b|lab3a|lab3b|lab4a|lab4b]
KEY
=
$(
shell
cat
api.key
)
LABS
=
"lab1 lab2a lab2b lab3a lab3b lab4a lab4b"
LABS
=
"
lab1 lab2a lab2b lab3a lab3b lab4a lab4b
"
%
:
@
if
echo
$(LABS)
|
grep
-q
"
$@
"
;
then
\
@
if
echo
$(LABS)
|
grep
-q
"
$@
"
;
then
\
tar
cvzf
$@
-handin
.tar.gz Makefile .git src
;
\
if
test
-z
$(KEY)
;
then
\
echo
"Missing
$(PWD)
/api.key. Please create the file with your key in it or submit the
$@
-handin.tar.gz via the web interface."
;
\
...
...
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