diff --git a/examples/loadCLib/null/Makefile b/examples/loadCLib/null/Makefile index 83999ad..0476089 100644 --- a/examples/loadCLib/null/Makefile +++ b/examples/loadCLib/null/Makefile @@ -1,4 +1,4 @@ -TEST= unloadAll/null -EXTRA_OBJS=Null.o Dep.o +TEST= loadCLib/null +EXTRA_OBJS=Null.o TOP=../../.. include ../../build.mk