Revert Makefile

This commit is contained in:
Koichi Nakamura 2021-01-05 14:13:05 +09:00
parent 0d5a2aa0f6
commit 33c3d08084

View file

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