Skip to content

Commit c83052e

Browse files
committed
Merge pull request #173 from softins/revision.h-fix
Improved handling of mscore/revision.h
2 parents 4ef467b + 84b1340 commit c83052e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ DocLib
1515
build.qt5
1616
*.sfd~
1717
/.project
18+
mscore/revision.h

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ release: revision
3535
make -j ${CPUS}; \
3636

3737

38-
debug:
38+
debug: revision
3939
if test ! -d build.debug; then mkdir build.debug; fi; \
4040
cd build.debug; \
4141
cmake -DCMAKE_BUILD_TYPE=DEBUG \

mscore/revision.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)