We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ef467b + 84b1340 commit c83052eCopy full SHA for c83052e
.gitignore
@@ -15,3 +15,4 @@ DocLib
15
build.qt5
16
*.sfd~
17
/.project
18
+mscore/revision.h
Makefile
@@ -35,7 +35,7 @@ release: revision
35
make -j ${CPUS}; \
36
37
38
-debug:
+debug: revision
39
if test ! -d build.debug; then mkdir build.debug; fi; \
40
cd build.debug; \
41
cmake -DCMAKE_BUILD_TYPE=DEBUG \
mscore/revision.h
0 commit comments