4 lines
39 B
Makefile
4 lines
39 B
Makefile
|
|
dbremake:
|
||
|
|
rm sqlite.db
|
||
|
|
python db.py
|
||
|
|
|