From 012c8afd2383241f0102111f97302857adfcb599 Mon Sep 17 00:00:00 2001 From: NPScript Date: Fri, 3 Jun 2022 22:57:05 +0200 Subject: initial sketch --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..07988bc --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +include config.mk + +sb: sb.cpp + g++ sb.cpp -o sb $(LDFLAGS) + +install: + install sb /usr/local/bin/ + +uninstall: + rm /usr/local/bin/sb -- cgit v1.2.3-70-g09d2