mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-01 21:19:39 +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
|