lib/mnit: fix broken `mnit_fps::App::current_fps`
[nit.git] / lib / markdown / Makefile
1 NITC=../../bin/nitc
2
3 all: nitmd
4
5 nitmd: nitmd.nit
6 ${NITC} $<