contrib/objcwrapper: add a new line at the end of the generated file
[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