mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-22 08:52:01 +01:00
math compiler fixes and improvements, now working
This commit is contained in:
@ -15,10 +15,10 @@ endif
|
||||
endif
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
ex_test
|
||||
exMathCompiler
|
||||
|
||||
ex_test_SOURCES = ex_test.cpp
|
||||
ex_test_CFLAGS = -g -O2
|
||||
ex_test_LDFLAGS = -L../latan/.libs -llatan
|
||||
exMathCompiler_SOURCES = exMathCompiler.cpp
|
||||
exMathCompiler_CFLAGS = -g -O2
|
||||
exMathCompiler_LDFLAGS = -L../latan/.libs -llatan
|
||||
|
||||
ACLOCAL_AMFLAGS = -I .buildutils/m4
|
||||
|
Reference in New Issue
Block a user