new target to uninstall files
This commit is contained in:
		
							
								
								
									
										3
									
								
								makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								makefile
									
									
									
									
									
								
							| @@ -9,6 +9,9 @@ install: brew | |||||||
| brew: | brew: | ||||||
| 	mkdir -p build && (cd build ; cmake -DUSE_TLS=1 .. ; make -j install) | 	mkdir -p build && (cd build ; cmake -DUSE_TLS=1 .. ; make -j install) | ||||||
|  |  | ||||||
|  | uninstall: | ||||||
|  | 	xargs rm -fv < build/install_manifest.txt | ||||||
|  |  | ||||||
| .PHONY: docker | .PHONY: docker | ||||||
|  |  | ||||||
| NAME   := bsergean/ws | NAME   := bsergean/ws | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user