From dacf14ec8b050503f175f7ca57e5c226f5bbc3b5 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Wed, 15 Sep 2021 13:20:06 +0200
Subject: [PATCH] ENH: add more help to Makefile

---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index a99d09f..4b910de 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,8 @@
 help:
 	@echo "Targets:"
 	@echo "    test - run the test."
+	@echo "    style - check code styling."
+	@echo "    style_fix - fix code styling."
 
 ###############################################################################
 #                              Style and linting                              #
-- 
GitLab