Post B4ar5kHMc1QBqUE3DU by merlin@kif.rocks
(DIR) More posts by merlin@kif.rocks
(DIR) Post #B4ar5kHMc1QBqUE3DU by merlin@kif.rocks
0 likes, 0 repeats
what do the cool kids use today instead of a makefile? I could hammer out a build.zig file but that looks overkill tbh. not a zig project btw
(DIR) Post #B4ar5kRdzne2MN2GEy by domi@donotsta.re
0 likes, 0 repeats
@merlin build.sh :akko_giggle:
(DIR) Post #B4as3uqQSVlhzNJiim by rozenglass@fedi.dreamscape.link
0 likes, 0 repeats
@merlin@kif.rocks I've been enjoying "no build" systems in my last few projects; write the build process in the language itself, grow custom features as needed. zero dependencies, all you need is the compiler or runtime of the project's language:cc build.c -o build && ./buildsbcl --script build.lispnode build.jstcc build.ts && node dist/build.js