diff --git a/content/Makefile b/content/Makefile index 06c92ed..f81af68 100644 --- a/content/Makefile +++ b/content/Makefile @@ -1,4 +1,6 @@ gen: clean ./generate.sh +gennoclean: + ./generate.sh clean: ./clean.sh \ No newline at end of file