mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
make clean should remove the compiled binary
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
754ed9f9fc
commit
5033a0488c
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ DEPENDPATH += qt-ui
|
|||
mac: TARGET = Subsurface
|
||||
else: TARGET = subsurface
|
||||
|
||||
QMAKE_CLEAN += $$TARGET
|
||||
|
||||
VERSION = 4.2
|
||||
|
||||
HEADERS = \
|
||||
|
|
Loading…
Reference in a new issue