What is the best build system?
Which build system do you use?
Build systems
Gavin Anderson
Other urls found in this thread:
en.wikipedia.org
twitter.com
James Price
non-gnu make
Chase Perez
gnu make
Jacob Martinez
The absence of one. That is when you don't need one. :^)
If you choose Python, you almost never need any of that shit.
Brandon Myers
Tyler Murphy
Luis Hill
cargo
cargo
Gabriel Stewart
cmake
Jordan Harris
Cmake and I don't use one, I just compile games from github.
Henry Kelly
This. I'd gladly do POSIX make, but doing
obj/%.o: src/%.c | obj/ $(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@obj/: @mkdir obj/
in it is painful. The override keyword is also pretty good, even if I could do without.