mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-27 08:24:05 +02:00
10 lines
74 B
Bash
Executable File
10 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git pull --rebase
|
|
|
|
cd backend
|
|
make clean
|
|
make RELEASE=1
|
|
cd ..
|
|
|