gamnit: make `SpriteSet` public so clients can use its services
[nit.git] / lib / markdown / Makefile
1 NITC=nitc
2
3 all: nitmd
4
5 nitmd: nitmd.nit
6 ${NITC} $<