mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
Revert Makefile
This commit is contained in:
parent
0d5a2aa0f6
commit
33c3d08084
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
|
||||||
ln -s others/planck.py planck
|
cp others/planck.py planck
|
||||||
chmod +x planck
|
chmod +x planck
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
Loading…
Reference in a new issue