mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 11:55:36 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@61952 954022d7-b5bf-4e40-9824-e11837661b57
10 lines
94 B
Makefile
10 lines
94 B
Makefile
all: lib
|
|
|
|
src/libagg.a:
|
|
cd src; make
|
|
|
|
lib: src/libagg.a
|
|
|
|
clean:
|
|
cd src; make clean
|