Email or username:

Password:

Forgot your password?
Top-level
Luci ‘O Lantern

@neauoire like most unix things, it was created as a simple hack to solve an immediate problem and accidentally started getting used by other people.

as a result it is a thing that was definitely not designed to be used by people for doing things

the original creator has acknowledged that if he knew that would happen, he would have made it not suck so much

2 comments
Devil Lu Linvega

@zens haha, that explains so much. Yeah, I thought I could somehow simplify it for people by using make, I think I might just stick with shell scripts a while longer afterall

Luci ‘O Lantern

@neauoire i do appreciate the simplicity of having the build instructions for projects be *consistent*

so i write makefiles even for web things, that might just trigger another build too, just for the benefit of
make build
working as expected

Go Up