Add cv6/Makefile
This commit is contained in:
		
							parent
							
								
									b699c46bc7
								
							
						
					
					
						commit
						13d5c46c0c
					
				
							
								
								
									
										12
									
								
								cv6/Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								cv6/Makefile
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,12 @@ | ||||
| CFLAGS= -std=c99 -g -Wall -Werror | ||||
| 
 | ||||
| all: station | ||||
| 
 | ||||
| %.o: %.c | ||||
| 	gcc -c -o $@ $< $(CFLAGS) | ||||
| 
 | ||||
| station: main.o a_station.o | ||||
| 	gcc $(CFLAGS) main.o a_station.o -o station | ||||
| 
 | ||||
| clean: | ||||
| 	rm *.o station | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user