use gnu-make wildcard to get source files
				
					
				
			This commit is contained in:
		
							parent
							
								
									12cf50d4e2
								
							
						
					
					
						commit
						37fa03829c
					
				@ -85,8 +85,8 @@ endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#List of demo objects
 | 
			
		||||
DSOURCES != ls demos/*.c
 | 
			
		||||
DOBJECTS = ${DSOURCES:.c=.o}
 | 
			
		||||
DSOURCES = $(wildcard demos/*.c)
 | 
			
		||||
DOBJECTS = $(DSOURCES:.c=.o)
 | 
			
		||||
 | 
			
		||||
#List of testprof headers
 | 
			
		||||
THEADERS != ls testprof/*.h
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user