removed -i flag

This commit is contained in:
ceriel
1991-02-20 09:48:36 +00:00
parent a67f36fdfa
commit 02da577152
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