Changeset 3dcc878 for Makefile


Ignore:
Timestamp:
2015-03-25T23:22:11Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
4543b6bd
Parents:
b95d03b (diff), 61d21e5b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into develop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rb95d03b r3dcc878  
    159159        x=$$(basename $$(pwd)); \
    160160        cd ..; \
    161         tar czf $$x.tar.gz --exclude-from=.gitignore $$x
     161        tar czf $$x.tar.gz --exclude=debian --exclude=.git* --exclude=.depend $$x
    162162
    163163$(subdirs):
Note: See TracChangeset for help on using the changeset viewer.