aboutsummaryrefslogtreecommitdiffstats
path: root/meowjs/Makefile
blob: 20cdd20f14a70a83362a78c139d8c2a421fafa42 (plain) (blame)
1
2
3
4
5
6
7
8

.PHONY: meowjs_test meowjs_test_clean

meowjs_test:
    @echo 'Not implement yet.'

meowjs_test_clean:
    @echo 'Not implement yet.'