diff options
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/ |
| index : sb | ||
| Simple Browser using QtWebEngine | Nathan Reiner <nathan@nathanreiner.xyz> |
| aboutsummaryrefslogtreecommitdiff |