Commit | Line | Data |
---|---|---|
9596c0b1 | 1 | |
8095c683 PG |
2 | Make system todo list |
3 | ||
25afdb60 | 4 | * Add logging of hidden commands |
694a9d8e | 5 | * Change dependency system to create .d when creating .o |
793c2da8 | 6 | * Change dependencies so that deps directories are only created for a .o target |
694a9d8e PG |
7 | |
8 | - Test make system using windows gnu make and using cygwin | |
8095c683 | 9 | - Test make system using extended debug symbols and netbeans |
599e6ff0 | 10 | CFLAGS="-g3 -gdwarf-2" CXXFLAGS="-g3 -gdwarf-2" |
8095c683 | 11 | |
9596c0b1 PG |
12 | - Add `run' targets to make system |
13 | - Add compile environment echo commands to make system (ex. echo-includes) |