Opened 16 years ago
Closed 15 years ago
#1 closed enhancement (fixed)
Create standard targets for Makefile
Reported by: | ruanda | Owned by: | ruanda |
---|---|---|---|
Priority: | major | Component: | Makefile |
Keywords: | Makefile target instalation | Cc: |
Description
Makefile lacks several standard targets, which should exists:
- all - to compile the whole project
- clean - to clean project's directory
- install - to install compiled project in default location (/usr/local)
- uninstall - to uninstall installed project
The "all" target should act as default target.
Change History (2)
comment:1 Changed 16 years ago by ruanda
comment:2 Changed 15 years ago by ruanda
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Some initial work made in projects's root directory.