Nuke the helper executables on make clean

This commit is contained in:
Ilari Liusvaara 2013-11-24 07:46:17 +02:00
parent 68e5fddf63
commit 5ccdb1be8c
2 changed files with 2 additions and 0 deletions

View file

@ -76,6 +76,7 @@ src/core/version.cpp: buildaux/version.exe forcelook
clean:
$(MAKE) -C src clean
rm -f buildaux/version.exe
forcelook:
@true

View file

@ -37,6 +37,7 @@ clean:
$(MAKE) -C gambatte clean
$(MAKE) -C sky clean
$(MAKE) -C test clean
rm -f make-ports.exe
forcelook:
@true