mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
dont need copy
This commit is contained in:
parent
d55fb0064c
commit
0d5a2aa0f6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue