diff options
author | bpc2003 <wpesfriendnva@gmail.com> | 2025-03-17 11:51:09 -0400 |
---|---|---|
committer | bpc2003 <wpesfriendnva@gmail.com> | 2025-03-17 11:51:09 -0400 |
commit | 1a823dde55147405813500d9cc4b7fbe5288e3bf (patch) | |
tree | 9ba1a7ff0b06ca831d1ed6512d3975b824f529f5 /Makefile | |
parent | 50c20f1569426dd2a44555bf8ee8189e9530909b (diff) |
more refactoring
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ install: lib mv $(BUILD)/libmdb.so /usr/lib/libmdb.so ldconfig $(CC) src/*.c $(C_FLAGS) -o /usr/bin/mdb + rm -rf $(BUILD) uninstall: rm /usr/bin/mdb |