Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update Makefile and flox environment #13

Merged
merged 1 commit into from
Feb 18, 2025
Merged

Conversation

limeytexan
Copy link
Contributor

Update flox environment, fix version handling and tidy Makefile in preparation for adding to nixpkgs upstream.

Update flox environment, fix version handling and tidy Makefile in
preparation for adding to nixpkgs upstream.
@@ -42,6 +42,9 @@ install: $(INSTBIN) $(INSTMAN1)
lint: $(BIN).c
clang-tidy $< -- $(CFLAGS)

format: $(BIN).c
clang-format -i $<
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be good to add this to CI if more people are working on this in the future but not an issue for now

@limeytexan limeytexan merged commit 02c542a into main Feb 18, 2025
4 checks passed
@limeytexan limeytexan deleted the 1.0.8-candidate branch February 18, 2025 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants