aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-20 13:27:17 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-20 13:27:17 +0100
commit9836b2225d11b629349e7abd6afcc1e4d41aa4f9 (patch)
tree67ca1dab6624315be6d7d5c23b5ee4f4124a1df4 /makefile
parent5121e95e5ba98ca5cadfb63b7603731dfb41a322 (diff)
parentd4dd3ceab2b95c26f3b07092a5c80f47eab18110 (diff)
Merge remote-tracking branch 'origin/master' into niels/sorting_rendering
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 32e68c0..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 $@