mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-10-31 11:20:09 +00:00 
			
		
		
		
	added initial run warning to makefile
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									2ca1c03824
								
							
						
					
					
						commit
						369c00e1c1
					
				| @ -169,6 +169,14 @@ SHELL := bash | |||||||
| #export PATH := $(shell pwd)/node_modules/.bin/:$(PATH)
 | #export PATH := $(shell pwd)/node_modules/.bin/:$(PATH)
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | # Warn user...
 | ||||||
|  | #
 | ||||||
|  | # This is mainly due to npx needing to cache things...
 | ||||||
|  | IGNORE := $(if $(filter node_modules,$(wildcard *)),, \
 | ||||||
|  | 	$(info Missing ./node_modules/: Running make on a clean repository \
 | ||||||
|  | 		may take some time... )) | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| # variables...
 | # variables...
 | ||||||
| 
 | 
 | ||||||
| @ -188,8 +196,6 @@ COMMIT := $(strip $(shell git rev-parse HEAD)) | |||||||
| 
 | 
 | ||||||
| # NOTE: running things via npx can slow things down when running make on a 
 | # NOTE: running things via npx can slow things down when running make on a 
 | ||||||
| # 	clean repo...
 | # 	clean repo...
 | ||||||
| # 	XXX this is mainly happening on getting electron version, need to
 |  | ||||||
| # 		avoid this...
 |  | ||||||
| NPX := npx --yes | NPX := npx --yes | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user