diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -11,3 +11,5 @@ ll.o: ll.c ll.h sb.o: sb.c sb.h clean: rm -f badroff $(OBJS) phrase-circuit.txt +install: badroff + cp -f badroff /usr/local/bin/badroff @@ -14,6 +14,8 @@ and as a test). Just run `make` (parallelism does work, so `make -j8` is recommended) to build the binary `badroff`. +To install, run `sudo make install` + # Licence The entirety of this project is licenced under the GNU GPLv3. |