mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-04 04:58:24 +08:00
8 lines
88 B
Makefile
8 lines
88 B
Makefile
AGGLIBS= -lagg
|
|
AGGCXXFLAGS = -O1
|
|
CXX = g++
|
|
C = cc
|
|
LIB = ar -cru
|
|
|
|
.PHONY : clean
|