gamnit: add an example to showcase fonts support
[nit.git] / lib / gamnit / examples / fonts_showcase / Makefile
1 bin/fonts_showcase: $(shell nitls -M src/fonts_showcase.nit -m linux)
2 mkdir -p bin/
3 nitc src/fonts_showcase.nit -m linux -o $@
4
5 android: bin/fonts_showcase.apk
6 bin/fonts_showcase.apk: $(shell nitls -M src/fonts_showcase.nit -m android)
7 mkdir -p bin/
8 nitc src/fonts_showcase.nit -m android -o $@
9
10 check:
11 nitunit .
12
13 clean:
14 rm -rf bin/