No longer building nodeio
This commit is contained in:
parent
a009673969
commit
5e1704aaba
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -10,7 +10,6 @@ OBJS = \
|
|||
thirdparty/mbedtls/*.o \
|
||||
hashmap/hashmap.o \
|
||||
net/*.o \
|
||||
nodeio/*.o \
|
||||
os/*.o \
|
||||
peer/*.o \
|
||||
record/*.o \
|
||||
|
@ -28,7 +27,6 @@ compile:
|
|||
cd thirdparty; make all;
|
||||
cd hashmap; make all;
|
||||
cd net; make all;
|
||||
cd nodeio; make all;
|
||||
cd os; make all;
|
||||
cd peer; make all;
|
||||
cd record; make all;
|
||||
|
@ -49,7 +47,6 @@ clean:
|
|||
cd db; make clean;
|
||||
cd hashmap; make clean;
|
||||
cd net; make clean;
|
||||
cd nodeio; make clean;
|
||||
cd os; make clean;
|
||||
cd peer; make clean;
|
||||
cd thirdparty; make clean
|
||||
|
|
Loading…
Reference in a new issue