- Commit
- ef20bfbd5b46a138c1fded6a89b9133bb84623c2
- Parent
- 855361ca1c780827310f3bf1ba742232cb612da3
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Add uninstall target to Makefile.
My personal build of CMark ✏️
Add uninstall target to Makefile.
1 file changed, 3 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | Makefile | 3 | 3 | 0 |
diff --git a/Makefile b/Makefile @@ -46,6 +46,9 @@ $(BUILDDIR): install: $(BUILDDIR) $(MAKE) -C $(BUILDDIR) install +uninstall: $(BUILDDIR)/install_manifest.txt + xargs rm < $< + debug: mkdir -p $(BUILDDIR); \ cd $(BUILDDIR); \