diff --git a/lang/pc/comp/Makefile b/lang/pc/comp/Makefile index 4fde90fd..22e9d4fe 100644 --- a/lang/pc/comp/Makefile +++ b/lang/pc/comp/Makefile @@ -168,7 +168,7 @@ Xlint: $(CURRDIR)main: $(OBJ) $(CURRDIR)Makefile -mv $(CURRDIR)main $(CURRDIR)main.old $(CC) $(LDFLAGS) $(OBJ) $(OLIBS) -o $(CURRDIR)main - size $(CURRDIR)main.old + -size $(CURRDIR)main.old size $(CURRDIR)main $(CURRDIR)omain: $(OBJ) #$(CURRDIR)Makefile