Skip to content

Commit

Permalink
add nemo-lesson reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Jun 28, 2024
1 parent 2d4adb2 commit 7ba8e8b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = NEMO V4.4 28-may-2024 PJT
VERSION = NEMO V4.4 28-jun-2024 PJT
# ###############################################################################
# $(NEMO)/Makefile: top level Makefile for full NEMO installation
# do not edit, it is derived from Makefile.in
Expand Down Expand Up @@ -712,6 +712,10 @@ sure: libs bins
.makedefs:
$(MAKE) -f src/Makefile makedefs_help

## nemo-lesson: NEMO lessons in carpentry format (a separate repo)
nemo-lesson:
git clone -b gh-pages https://github.com/teuben/nemo-lesson

## install_apt: install apt packages (e.g. ubuntu, debian)
install_apt:
sudo apt install `grep -v ^# src/scripts/requirements/apt.txt`
Expand Down

0 comments on commit 7ba8e8b

Please sign in to comment.