fixes for Xenix

This commit is contained in:
ceriel 1988-07-11 13:24:32 +00:00
parent afbb8938b9
commit ccf4b448d7

View File

@ -154,7 +154,8 @@ opr:
make pr | opr
clean:
rm -f $(OBJ) $(GENERATED) main
rm -f $(OBJ)
rm -f $(GENERATED) main
(cd .. ; rm -rf Xsrc)
lint: Cfiles