No longer building nodeio

This commit is contained in:
John Jones 2017-08-09 12:33:36 -05:00
parent a009673969
commit 5e1704aaba

View file

@ -10,7 +10,6 @@ OBJS = \
thirdparty/mbedtls/*.o \ thirdparty/mbedtls/*.o \
hashmap/hashmap.o \ hashmap/hashmap.o \
net/*.o \ net/*.o \
nodeio/*.o \
os/*.o \ os/*.o \
peer/*.o \ peer/*.o \
record/*.o \ record/*.o \
@ -28,7 +27,6 @@ compile:
cd thirdparty; make all; cd thirdparty; make all;
cd hashmap; make all; cd hashmap; make all;
cd net; make all; cd net; make all;
cd nodeio; make all;
cd os; make all; cd os; make all;
cd peer; make all; cd peer; make all;
cd record; make all; cd record; make all;
@ -49,7 +47,6 @@ clean:
cd db; make clean; cd db; make clean;
cd hashmap; make clean; cd hashmap; make clean;
cd net; make clean; cd net; make clean;
cd nodeio; make clean;
cd os; make clean; cd os; make clean;
cd peer; make clean; cd peer; make clean;
cd thirdparty; make clean cd thirdparty; make clean