mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-10-31 16:02:43 +01:00 
			
		
		
		
	Merge pull request #138 from cjbassi/master
Add install and build-debug commands to makefile
This commit is contained in:
		
							
								
								
									
										9
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								Makefile
									
									
									
									
									
								
							| @@ -1,4 +1,4 @@ | ||||
| .PHONY: build run clean default | ||||
| .PHONY: build build-debug run clean default install | ||||
|  | ||||
| default: run | ||||
|  | ||||
| @@ -6,6 +6,13 @@ build: | ||||
| 	meson build | ||||
| 	ninja -C build | ||||
|  | ||||
| build-debug: | ||||
| 	meson build --buildtype=debug | ||||
| 	ninja -C build | ||||
|  | ||||
| install: build | ||||
| 	ninja -C build install | ||||
|  | ||||
| run: build | ||||
| 	./build/waybar | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alex
					Alex