From bbd6d152e7f22013d10572985784ea4f5fb7d013 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Tue, 24 Jan 2023 21:48:33 +0100 Subject: make it work --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 07988bc..bc8854e 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,9 @@ include config.mk sb: sb.cpp g++ sb.cpp -o sb $(LDFLAGS) +clean: + rm sb + install: install sb /usr/local/bin/ -- cgit v1.2.3-70-g09d2