/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to SCM/makefile/rules

  • Committer: Suren A. Chilingaryan
  • Date: 2017-04-03 02:45:17 UTC
  • Revision ID: csa@suren.me-20170403024517-dwzj0z0k1cmhxm7u
Restructuring, OpenShift, Ansible, Git

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%.o:%.c
 
2
        All object files requieres corresponding "C" files
 
3
 
 
4
TARGET:TARGET_PATERN:DEP_PATERN
 
5
        For example (hi.o:%.o:%.c) - requires "hi.c"
 
6
 
 
7
clean: FORCE
 
8
FORCE: <conditions>
 
9
        Executes clean if <conditions> OK