mirror of
				https://github.com/eledio-devices/thirdparty-tinyexpr.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	Added additional example and info.
This commit is contained in:
		
							
								
								
									
										5
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
									
									
									
									
								
							| @@ -3,7 +3,7 @@ CCFLAGS = -ansi -Wall -Wshadow -O2 | ||||
| LFLAGS = -lm | ||||
|  | ||||
|  | ||||
| all: test bench example example2 | ||||
| all: test bench example example2 example3 | ||||
|  | ||||
|  | ||||
| test: test.o tinyexpr.o | ||||
| @@ -20,6 +20,9 @@ example: example.o tinyexpr.o | ||||
| example2: example2.o tinyexpr.o | ||||
| 	$(CC) $(CCFLAGS) -o $@ $^ $(LFLAGS) | ||||
|  | ||||
| example3: example3.o tinyexpr.o | ||||
| 	$(CC) $(CCFLAGS) -o $@ $^ $(LFLAGS) | ||||
|  | ||||
| .c.o: | ||||
| 	$(CC) -c $(CCFLAGS) $< -o $@ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user