diff --git a/lib/Makefile b/lib/Makefile index cf42c73..41b56f3 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -40,9 +40,8 @@ clean: @rm -f $(OBJS) $(LIB_A) $(OBJS_LAZPERF) $(LIB_A_LAZPERF) $(MAKE) -C cunit $@ -install: +install uninstall: @echo "No install target in lib" check: $(MAKE) -C cunit $@ -