prorab icon indicating copy to clipboard operation
prorab copied to clipboard

:construction_worker: non-recursive GNU make-based build framework

Results 3 prorab issues
Sort by recently updated
recently updated
newest added

``` this_name := mylib ... $(eval $(proab-build-lib)) ``` then ``` this_name := myapp this_deps += mylib ... ``` should append stuff to `this_ldlibs`, `this_cxxflags`, `this_cflags` and add dependency of binary...

- add `prorab_targets` variable which will hold list of all targets - add `list-targets` target to print the list of targets perhaps add also: - `list-app-targets` - `list-lib-targets` - `list-misc-targets`...