Enhancement #230
More Friendly Makefile for Library Work
Start date:
Due date:
% Done:
0%
Description
It's a pain in the ass to modify the library code at the moment and test it. I want:
- Makefile that will allow /projects/libdragonfly to be used instead of the /lib directory inside /projects/libdragonfly
- Should be able to type 'make all' and will do the above
History
#1 Updated by Brian Coltin over 15 years ago
- Status changed from New to 5
You should separate your test code from your library code. The template is designed for non-test programs. If you want a template for test programs, take the template for normal programs and change the path where it looks for the includes and libdragonfly.a.
#3 Updated by Rich Hong about 14 years ago
- Status changed from 5 to Worksforme
#4 Updated by Rich Hong about 14 years ago
- Category set to Library