aboutsummaryrefslogtreecommitdiffstats
path: root/meowjs_unittest/Makefile
blob: 7781b33af078af4b26f96f01d4b12af39f43fc58 (plain) (blame)
1
2
3
4
5
6
7
8

.PHONY: meowjs_unittest meowjs_unittest_clean

meowjs_unittest:
    echo 'Not implement yet.'

meowjs_unittest_clean:
    echo 'Not implement yet.'