diff --git a/Makefile b/Makefile index cfb7081..be8ac97 100644 --- a/Makefile +++ b/Makefile @@ -23,4 +23,4 @@ .PHONY: clean clean: - rm -f $(objs) $(name) + rm -f $(objs) $(name) node.o diff --git a/node.o b/node.o deleted file mode 100644 index 0e17fba..0000000 --- a/node.o +++ /dev/null Binary files differ