Added a "pr" and an "opr" entry.
This commit is contained in:
parent
3d5a9bc78c
commit
0f42cf1bd9
|
@ -26,6 +26,12 @@ compare: all
|
||||||
$(COMPARE) lib/libobject.a
|
$(COMPARE) lib/libobject.a
|
||||||
$(COMPARE) man/object.3
|
$(COMPARE) man/object.3
|
||||||
|
|
||||||
|
pr:
|
||||||
|
@pr Makefile byte_order.c object.h $(CFILES)
|
||||||
|
|
||||||
|
opr:
|
||||||
|
make pr | opr
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.[oa] nohup.out Out byte_order byte_order.h
|
rm -f *.[oa] nohup.out Out byte_order byte_order.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue