So I've gone through the learn/forget cycle with how to use `make` many times in the last few decades. I'm on the forget end of that now looking for a good alternative system.
I'm starting a small project where I'd like to be able to build an optimized version of code, a debug version of code good for running `gdb` over, and to have a bunch of unit tests that I can also run on demand. No library dependencies yet, just blocks of code that I'm writing and header files that I'm writing. Avoiding even glibc like the plague as is my wont. Writing my own TAP producers for the tests. In `make` I can grok the general idea of phony targets and such for verbs not directly related to specific output files like "test", so I'm just wondering how to go about that sort of thing in tup .. or how tup might approach that problem instead. -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tup-users/de24dec7-7175-4fed-a7e0-6e587695db27n%40googlegroups.com.
