mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-04 04:58:24 +08:00
9 lines
126 B
Makefile
9 lines
126 B
Makefile
AGGLIBS= -lagg -lSDL
|
|
AGGCXXFLAGS = -O3 -I/usr/include/SDL -L/usr/lib
|
|
CXX = g++
|
|
C = gcc
|
|
#CXX = icc
|
|
LIB = ar cr
|
|
|
|
.PHONY : clean
|