Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
Evaluating Networked Systems
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Robert Ricci
Evaluating Networked Systems
Commits
a24842ed
Commit
a24842ed
authored
Jan 13, 2014
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simple 'install' target to upload all PDFs
parent
ba861947
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Makefile
Makefile
+4
-1
No files found.
Makefile
View file @
a24842ed
...
@@ -5,10 +5,13 @@ include Makerules
...
@@ -5,10 +5,13 @@ include Makerules
#
#
# Build all PDFs for the class and collect them in one directory
# Build all PDFs for the class and collect them in one directory
#
#
.PHONY
:
class
.PHONY
:
class
install
class
:
all
class
:
all
-
rm
-rf
class/
-
rm
-rf
class/
mkdir
class/
mkdir
class/
./makeclass
./makeclass
# Simple SCP of all files to Rob's website
install
:
class
scp class/
*
web.flux.utah.edu:wp-ricci/content/ens
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