Skip to content

Commit

Permalink
Updates README with module subdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosk committed Aug 17, 2020
1 parent 6023fd5 commit e3274b9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "makefiles"]
path = makefiles
url = https://github.com/dbosk/makefiles.git
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SUBDIR+= terminal
SUBDIR+= collaboration
SUBDIR+= latex

MAKEFILES_INCLUDE=./makefiles
include ${MAKEFILES_INCLUDE}/subdir.mk
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# introtools: An intro to some basic (CS) tools

We introduce
The course material:

- `terminal` introduces the terminal (`bash`).
- `collaboration` introduces `tmate` and other remote tools and `git`.
- `latex` introduces report writing using LaTeX.

- the terminal (bash),
- Git,
- tools for collaborating remotely (SSH, tmate),
- LaTeX.
1 change: 1 addition & 0 deletions makefiles
Submodule makefiles added at 601249

0 comments on commit e3274b9

Please sign in to comment.