622840ff23
calculator designed for doing quick-and-dirty bitwise calculations. It supports most common integer arithmetic operations, and operates in hex, octal, or decimal modes. This program most resembles a multi-radix version of hoc(1) (ports/math/hoc).
9 lines
140 B
Plaintext
9 lines
140 B
Plaintext
--- makefile~ Sun Dec 16 22:23:47 2001
|
|
+++ makefile Sun Dec 16 22:23:56 2001
|
|
@@ -1,3 +1,5 @@
|
|
+all: hc
|
|
+
|
|
hc: hc.o
|
|
cc hc.o -o hc
|
|
rm hc.o
|