aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/Makefile
blob: 2ea344dbdf46dba73baf56f8e7de9fc422c24e3f (plain) (blame)
1
2
3
4
5
6
7
8
9

root := ..
targets := ${root}/lib/libsword.a
clean-targets := none
include ${root}/Makefile.cfg

cpp += flatapi.cpp

include ${root}/Makefile.post