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
02ac0daf
Commit
02ac0daf
authored
Mar 24, 2017
by
Ellis Michael
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating makefile to allow netid in file name
parent
12b30423
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
.gitignore
.gitignore
+1
-0
Makefile
Makefile
+4
-4
No files found.
.gitignore
View file @
02ac0daf
/pkg/
/bin/
*.tar.gz
Makefile
View file @
02ac0daf
...
...
@@ -23,16 +23,16 @@ LAB4_FILES=src/README.lab4 \
src/shardkv/server.go
lab1.tar.gz
:
$(LAB1_FILES)
lab1
_%
.tar.gz
:
$(LAB1_FILES)
@
tar
-cvzf
$@
$^
lab2.tar.gz
:
$(LAB2_FILES)
lab2
_%
.tar.gz
:
$(LAB2_FILES)
@
tar
-cvzf
$@
$^
lab3.tar.gz
:
$(LAB3_FILES)
lab3
_%
.tar.gz
:
$(LAB3_FILES)
@
tar
-cvzf
$@
$^
lab4.tar.gz
:
$(LAB4_FILES)
lab4
_%
.tar.gz
:
$(LAB4_FILES)
@
tar
-cvzf
$@
$^
...
...
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