aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-10-06 15:44:26 +0100
committerNunoSempere <nuno.sempere@protonmail.com>2023-10-06 15:44:26 +0100
commitfb340ed3fa7279fd005ecba525b2ddb384ad954f (patch)
treeb8b1a50aaeb9f10807aba1fbe000853b7c85327a /makefile
parent568c0398954dfad3716bc13722ba9ba71dac35e5 (diff)
feat: add uft-8 encoding as default setting
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefile b/makefile
index ee78938..fe849f3 100644
--- a/makefile
+++ b/makefile
@@ -96,5 +96,4 @@ clean:
rm $(CACHE_DIR)
format: $(SRC) $(PLUGS)
- $(FORMATTER) $(SRC) $(PLUGS)
-
+ $(FORMATTER) $(SRC) $(PLUGS) $(rose.h)