diff --git a/Makefile b/Makefile index 96aacf5..c9615ec 100644 --- a/Makefile +++ b/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