Add make clean step to flatpak README
This commit is contained in:
		@@ -20,6 +20,7 @@ If the download fails for some reason, run `flatpak repair` before retrying.
 | 
				
			|||||||
To build, run from the root of the project:
 | 
					To build, run from the root of the project:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					make clean
 | 
				
			||||||
flatpak-builder --repo=build/flatpak/repo --force-clean build/flatpak/build packaging/flatpak/mirage.flatpak.yaml
 | 
					flatpak-builder --repo=build/flatpak/repo --force-clean build/flatpak/build packaging/flatpak/mirage.flatpak.yaml
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user