mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-03-31 20:49:36 +02:00
6 lines
89 B
Bash
Executable File
6 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
cd $(dirname $0)
|
|
cd src/mapmap
|
|
make clean
|
|
rm -rf MapMap.app mapmap.pro.user
|