removed -i flag

This commit is contained in:
ceriel
1991-02-20 09:48:36 +00:00
parent 1c694d98d0
commit bb31795d33
4 changed files with 4 additions and 4 deletions

View File

@@ -24,6 +24,6 @@ opr:
make pr ^ opr
make: $(OBJS)
$(CC) -i -o make $(OBJS)
$(CC) -o make $(OBJS)
$(OBJS): h.h