1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-29 16:04:32 +00:00

fix clean target in mingw

This commit is contained in:
R4SAS 2017-10-30 13:39:00 +03:00
parent 9b6a26e738
commit 403104b42e

View File

@ -162,6 +162,6 @@ clean:
rm -f obj/*
rm -f obj-test/*
cd leveldb && $(MAKE) TARGET_OS=NATIVE_WINDOWS clean && cd ..
cd i2psam && $(MAKE) -f makefile.mingw clean && cd ../src
cd i2psam && $(MAKE) -f makefile.mingw clean && cd ..
FORCE: