mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-05-13 19:21:12 +08:00
initial commit
This commit is contained in:
parent
0f05f3b472
commit
f5c7cc6ab7
3 changed files with 159 additions and 46 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1 @@
|
|||
*-generated.adoc
|
||||
source/hello-python
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -29,4 +29,4 @@ index.html : $(ADOC_FILES)
|
|||
|
||||
.PHONY: clean
|
||||
clean :
|
||||
> rm -rf $(GENERATED_ADOC_FILES) hello-python
|
||||
> rm -rf $(GENERATED_ADOC_FILES) $(WORKDIR)
|
||||
|
|
|
|||
202
index.html
202
index.html
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue