Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
glojurelang
/
glojure
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
721
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Makefile refactor
- #119
#119
Merged
jfhamlin
merged 19 commits into
glojurelang:main
glojurelang/glojure:main
from
gloathub:makefile-refactor
gloathub/glojure:makefile-refactor
Copy head branch name to clipboard
Sep 25, 2025
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Makefile refactor
#119
jfhamlin
merged 19 commits into
glojurelang:main
glojurelang/glojure:main
from
gloathub:makefile-refactor
gloathub/glojure:makefile-refactor
Copy head branch name to clipboard
Commits
Commits on Sep 25, 2025
Always update submodules for `make test`
Show description for d960960
ingydotnet
committed
d960960
View commit details
Copy full SHA for d960960
Browse repository at this point
Makefile use bash for all commands
Show description for d740d8b
ingydotnet
committed
d740d8b
View commit details
Copy full SHA for d740d8b
Browse repository at this point
Use FOO-BAR over FOO_BAR for Makefile vars
Show description for adbc2c5
ingydotnet
committed
adbc2c5
View commit details
Copy full SHA for adbc2c5
Browse repository at this point
All Makefiles vars have multiple words
Show description for 04a5861
ingydotnet
committed
04a5861
View commit details
Copy full SHA for 04a5861
Browse repository at this point
Remove most .PHONY targets from Makefile
Show description for 9b54cf1
ingydotnet
committed
9b54cf1
View commit details
Copy full SHA for 9b54cf1
Browse repository at this point
Fix bad target name in Makefile
Show description for eed89b6
ingydotnet
committed
eed89b6
View commit details
Copy full SHA for eed89b6
Browse repository at this point
Wrap long lines in Makefile
Show description for 1541bab
ingydotnet
committed
1541bab
View commit details
Copy full SHA for 1541bab
Browse repository at this point
Move VERSION vars to top of Makefile
Show description for 538b858
ingydotnet
committed
538b858
View commit details
Copy full SHA for 538b858
Browse repository at this point
Move aot namespaces into Makefile var
Show description for 27a8573
ingydotnet
committed
27a8573
View commit details
Copy full SHA for 27a8573
Browse repository at this point
Don't hide important Makefile commands with @
Show description for d4dc377
ingydotnet
committed
d4dc377
View commit details
Copy full SHA for d4dc377
Browse repository at this point
Add phony targets to groups under 'all'
Show description for 1a0a701
ingydotnet
committed
1a0a701
View commit details
Copy full SHA for 1a0a701
Browse repository at this point
Separate 'make test-glj' from 'make test-suite'
Show description for ebc5ae7
ingydotnet
committed
ebc5ae7
View commit details
Copy full SHA for ebc5ae7
Browse repository at this point
Fix compound bash command in Makefile
Show description for 23c5209
ingydotnet
committed
23c5209
View commit details
Copy full SHA for 23c5209
Browse repository at this point
In bash '&>' is cleaner way to do '2>&1 >'
ingydotnet
committed
dbed325
View commit details
Copy full SHA for dbed325
Browse repository at this point
Add Makefile 'default' target
Show description for 1235e30
ingydotnet
committed
1235e30
View commit details
Copy full SHA for 1235e30
Browse repository at this point
Support force=1 on make commands
Show description for 5747a3f
ingydotnet
committed
5747a3f
View commit details
Copy full SHA for 5747a3f
Browse repository at this point
Remove scripts/rewrite-core/.cpcache/ on 'make clean'
ingydotnet
committed
16d4e81
View commit details
Copy full SHA for 16d4e81
Browse repository at this point
Support adding extra aot namespaces and Go platforms
Show description for ec8bc0e
ingydotnet
committed
ec8bc0e
View commit details
Copy full SHA for ec8bc0e
Browse repository at this point
Changes from running 'make format; make all force=1'
ingydotnet
committed
751490c
View commit details
Copy full SHA for 751490c
Browse repository at this point
You can’t perform that action at this time.