mirror of
				https://github.com/taigrr/tplinkController
				synced 2025-01-18 04:43:13 -08:00 
			
		
		
		
	Makefile: change C standard to Gnu99 from C99. This fixes issue #2.
This commit is contained in:
		
							parent
							
								
									fbe8da7a4b
								
							
						
					
					
						commit
						de6ac2b222
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -2,7 +2,7 @@ target  ?= hs100 | |||||||
| objects := $(patsubst %.c,%.o,$(wildcard *.c)) | objects := $(patsubst %.c,%.o,$(wildcard *.c)) | ||||||
| 
 | 
 | ||||||
| LDFLAGS=-lm | LDFLAGS=-lm | ||||||
| CFLAGS=-std=c99 -Os | CFLAGS=-std=gnu99 -Os | ||||||
| ifdef DEBUG | ifdef DEBUG | ||||||
| CFLAGS+=-Wall -Werror -ggdb | CFLAGS+=-Wall -Werror -ggdb | ||||||
| endif | endif | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user