diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-24 21:48:33 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-24 21:48:33 +0100 |
| commit | bbd6d152e7f22013d10572985784ea4f5fb7d013 (patch) | |
| tree | bc1cf5a7a577d66a5243de13f507e15f6d683bcf /Makefile | |
| parent | 19b7700c4907ba24401741dc98f83c81d4b213d0 (diff) | |
make it work
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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/ |