diff --git a/Makefile.in b/Makefile.in index 131d4c04b..7c5256f50 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 @@ -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`