github.com/matrixorigin/matrixone@v1.2.0/cgo/test/Makefile (about)

     1  CFLAGS=-I.. -g -Wall -Werror -lm
     2  
     3  test_add.exe: test_add.c ../libmo.a
     4  	$(CC) $(CFLAGS) -o test_add.exe test_add.c -L.. -lmo
     5  
     6  clean:
     7  	rm -f *.o *.exe