aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-20 14:33:20 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-20 14:33:20 +0100
commit81664b46f5cb7c28d629ddafe4cbea7e717d62d2 (patch)
tree9a14cb4e490e74f5af344bd77d41f57c39d0412d /makefile
parentd623b13dab63408cf5e99dbc453636f174bc6fe8 (diff)
parentd4dd3ceab2b95c26f3b07092a5c80f47eab18110 (diff)
Merge branch 'master' into niels/RenderingParticle
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index dd7c587..c46e8a5 100644
--- a/makefile
+++ b/makefile
@@ -6,5 +6,6 @@ doxygen: Doxyfile FORCE
FMT += $(shell git ls-files '*.c' '*.cpp' '*.h' '*.hpp')
format: FORCE
clang-format -i $(FMT)
- $(MAKE) -C src $@
+lint: FORCE
+ $(MAKE) -C src $@