mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
Tab instead of 4 spaces in makefile.mingw
This commit is contained in:
parent
d12b694106
commit
80fe60959d
@ -95,7 +95,7 @@ LIBS += $(CURDIR)/leveldb/libleveldb.a $(CURDIR)/leveldb/libmemenv.a
|
||||
DEFS += $(addprefix -I,$(CURDIR)/leveldb/include)
|
||||
DEFS += $(addprefix -I,$(CURDIR)/leveldb/helpers)
|
||||
leveldb/libleveldb.a:
|
||||
cd leveldb; make libleveldb.a libmemenv.a; cd ..
|
||||
cd leveldb; make libleveldb.a libmemenv.a; cd ..
|
||||
obj/leveldb.o: leveldb/libleveldb.lib
|
||||
|
||||
obj/%.o: %.cpp $(HEADERS)
|
||||
|
Loading…
Reference in New Issue
Block a user