dont need copy

This commit is contained in:
Koichi Nakamura 2021-01-05 12:06:53 +09:00
parent d55fb0064c
commit 0d5a2aa0f6

View file

@ -11,7 +11,7 @@ c: others/planck.c
gcc -Wall -O2 $< -o planck
python: others/planck.py
cp others/planck.py planck
ln -s others/planck.py planck
chmod +x planck
.PHONY: clean