kondra / kanji_test

Simple japanese kanji learning/testing program for JLPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[make][bug] make clean doesn't remove binary files

opened this issue · comments

when I run

$ make clean

it doesn't remove executable files like "kanji", but it removes *.o files. Is it right, and, if it isn't, fix it.

nothing to fix, because there is no"kanji" target in Makefile