tests: replace usage of `is` with `is_same_instance`
[nit.git] / examples / shoot / Makefile
1 default: linux
2
3 linux:
4 mkdir -p bin
5 ../../bin/nitc -o bin/shoot src/shoot_linux.nit
6
7 clean:
8 rm -rf bin