summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorWe-unite <3205135446@qq.com>2024-03-07 13:07:59 +0800
committerWe-unite <3205135446@qq.com>2024-03-07 13:19:06 +0800
commit7e85ab6f9e7114ba05264005172e41fb1c47532c (patch)
tree47f530ea33faf42c63b67bc25ac387e54e20b2a6 /build.sh
parent644f678387cd81a87bd0c73ea0123c825bc99e59 (diff)
downloadcalendar-7e85ab6f9e7114ba05264005172e41fb1c47532c.tar.gz
calendar-7e85ab6f9e7114ba05264005172e41fb1c47532c.zip
Change into cmake
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/build.sh b/build.sh
deleted file mode 100755
index 5182390..0000000
--- a/build.sh
+++ /dev/null
@@ -1,11 +0,0 @@
1#!/bin/bash
2# Exit with nonzero exit code if anything fails
3set -e
4cd src
5make
6# if main exists in ../, remove it
7if [ -f ../main ]; then
8 rm ../main
9fi
10# move main to ../
11cp main ../main