Skip to content

Commit

Permalink
Merge branch 'release/1.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
szaghi committed Oct 5, 2016
2 parents a4d6c3d + e02a4ea commit 83e7127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fobos
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,11 @@ rule = rm -rf exe/
help = Clean the project tree
rule_1 = FoBiS.py rule -ex deldoc
rule_2 = FoBiS.py rule -ex delexe
rule_3 = tar -czf FLAP.tar.gz *
rule_3 = rm -f *.gcov

[rule-maketar]
help = Make tar archive of the project
rule = tar -czf FLAP.tar.gz *
rule = tar --xform="s%^%FLAP/%" -czf FLAP.tar.gz *

[rule-makecoverage]
help = Perform coverage analysis
Expand Down

0 comments on commit 83e7127

Please # to comment.