diff options
Diffstat (limited to 'manager/Makefile')
| -rw-r--r-- | manager/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manager/Makefile b/manager/Makefile index 41553c3..496f3ad 100644 --- a/manager/Makefile +++ b/manager/Makefile @@ -25,13 +25,13 @@ all: $(OBJ) idl: $(TAO_IDL) -GI -I../interfaces ../interfaces/$(COMPONENT).idl - rm -f $(COMPONENT)I.cpp + rm -f $(COMPONENT)I.cpp $(COMPONENT)I.h idl_clean: rm -f $(IDL_CLEANFILES) clean: idl_clean - rm *.o + rm -f *.o rm -f $(EXEC) install: all |
