* Add formula support
* Fix a bug (cannot add new operations due to bug in FormulaEditor)
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -12,7 +12,7 @@ SOURCES=$(wildcard src/model/*.cpp) | ||||
| SOURCES+=$(wildcard src/view/*.cpp) | ||||
| SOURCES+=$(wildcard src/view/grid/*.cpp) | ||||
| SOURCES+=$(wildcard src/controller/*.cpp) | ||||
| SOURCES+=src/main.cpp src/sha1.cpp | ||||
| SOURCES+=src/main.cpp src/sha1.cpp src/ParseExp.cpp | ||||
| HEADERS=$(wildcard src/model/*.h)  | ||||
| HEADERS+=$(wildcard src/view/*.h) | ||||
| HEADERS+=$(wildcard src/view/grid/*.h) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user