Custom Query (1 match)

Filters
 
Or
 
  
 
Columns

Show under each result:


Ticket Resolution Summary Owner Reporter
#1 fixed Create standard targets for Makefile ruanda ruanda
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.

Note: See TracQuery for help on using queries.