Ditch Makefile
See original GitHub issueI like to replace the old Makefile with something more modern.
My first idea was to use pyproject.toml
’s script section to run with poetry:
python-scripts
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (11 by maintainers)
Top Results From Across the Web
At long last, Servo ditches Makefiles for Cargo : r/rust - Reddit
Makefile /bash is a horrible language to boot up a python harness in, especially when you need to tack on some arguments and...
Read more >Using make for cross platform compilation - Stack Overflow
I use UNAME := $(shell uname) within my Makefile to detect the platform (Linux or MS-Windows). I provide below a complete example based...
Read more >Developers - Ditch Makefile - - Bountysource
Coming soon: A brand new website interface for an even better experience!
Read more >File Finder · GitHub
... cowtour/makefile · cowxor/cowxor.cpp · cowxor/makefile · cryptcow/cryptcow.cpp · cryptcow/makefile · ditch/ditch.cpp · ditch/makefile · fc/fc.cpp ...
Read more >Ditch subcommands - tip-bot2 for Josh Poimboeuf
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for sharing your thoughts on this, this is very interesting 🙂
Oh and by
bake
, I meant this one!Fixed in #261