Fixed this o_O

This commit is contained in:
Scott Ehlert
2006-09-02 08:08:05 +00:00
parent 78956f3d89
commit 2905217607
2 changed files with 5 additions and 1 deletions

View File

@ -102,10 +102,14 @@ default: all
clean:
rm -rf Release/$(SQL)/*.o
rm -rf Release/sdk/*.o
rm -rf Release/sqlitepp/*.o
rm -rf Release/*.o
rm -rf Release/$(NAME)_$(BIN_SUFFIX_32)
rm -rf Release/$(NAME)_$(BIN_SUFFIX_64)
rm -rf Debug/$(SQL)/*.o
rm -rf Debug/sdk/*.o
rm -rf Debug/sqlitepp/*.o
rm -rf Debug/*.o
rm -rf Debug/$(NAME)_$(BIN_SUFFIX_32)
rm -rf Debug/$(NAME)_$(BIN_SUFFIX_64)