e4d3e19a3319ba9b38e023de513907c1b0023dca
[nit.git] / contrib / objcwrapper / header_static / makefile
1 bin/header_static:
2         mkdir -p bin
3         ../../../bin/nitc --dir bin src/header_static.nit
4
5 tests: bin/header_static
6         cat CGGeometry.h | bin/header_static > static_CGGeometry.h
7         cat NSObject.h | bin/header_static > static_NSObject.h