mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 12:08:16 +08:00
9 lines
91 B
Makefile
9 lines
91 B
Makefile
AGGLIBS= -lagg
|
|
AGGCXXFLAGS = -O3
|
|
CXX = g++
|
|
C = gcc
|
|
#CXX = icc
|
|
LIB = ar cr
|
|
|
|
.PHONY : clean
|