Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
cpdt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
research
cpdt
Commits
4e48ffb8
Commit
4e48ffb8
authored
Aug 25, 2011
by
Adam Chlipala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finished 2011 pass through Intro
parent
6174adf9
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
90 additions
and
65 deletions
+90
-65
Makefile
Makefile
+5
-2
Intro.v
src/Intro.v
+68
-22
StackMachine.v
src/StackMachine.v
+17
-41
No files found.
Makefile
View file @
4e48ffb8
...
@@ -9,7 +9,7 @@ VS := $(MODULES:%=src/%.v)
...
@@ -9,7 +9,7 @@ VS := $(MODULES:%=src/%.v)
VS_DOC
:=
$
(
MODULES_DOC:%
=
%.v
)
VS_DOC
:=
$
(
MODULES_DOC:%
=
%.v
)
TEMPLATES
:=
$
(
MODULES_CODE:%
=
templates/%.v
)
TEMPLATES
:=
$
(
MODULES_CODE:%
=
templates/%.v
)
.PHONY
:
coq clean doc html templates install cpdt.tgz
.PHONY
:
coq clean doc html templates install cpdt.tgz
pdf
coq
:
Makefile.coq
coq
:
Makefile.coq
$(MAKE)
-f
Makefile.coq
$(MAKE)
-f
Makefile.coq
...
@@ -60,4 +60,7 @@ install: cpdt.tgz latex/cpdt.pdf html
...
@@ -60,4 +60,7 @@ install: cpdt.tgz latex/cpdt.pdf html
cp
cpdt.tgz staging/
cp
cpdt.tgz staging/
cp
latex/cpdt.pdf staging/
cp
latex/cpdt.pdf staging/
cp
-R
html staging/
cp
-R
html staging/
rsync
-az
--exclude
'*~'
staging/
*
schizomaniac.net:sites/chlipala/adam/cpdt/
rsync
-az
--exclude
'*~'
staging/
*
chlipala.net:sites/chlipala/adam/cpdt/
pdf
:
evince latex/cpdt.pdf&
src/Intro.v
View file @
4e48ffb8
This diff is collapsed.
Click to expand it.
src/StackMachine.v
View file @
4e48ffb8
This diff is collapsed.
Click to expand it.
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