mirror of
https://github.com/nineties/planckforth
synced 2025-01-13 08:01:10 +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
|
gcc -Wall -O2 $< -o planck
|
||||||
|
|
||||||
python: others/planck.py
|
python: others/planck.py
|
||||||
cp others/planck.py planck
|
ln -s others/planck.py planck
|
||||||
chmod +x planck
|
chmod +x planck
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
Loading…
Reference in a new issue