diff options
author | metaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com> | 2023-04-26 23:31:39 -0500 |
---|---|---|
committer | metaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com> | 2023-04-26 23:31:39 -0500 |
commit | 29d8535320ef698dbe455b2849ccb9542058b22a (patch) | |
tree | 7e4e848b642822bbdd3ce1756aa158f7880e222f /compile.sh | |
download | PSE-29d8535320ef698dbe455b2849ccb9542058b22a.tar.gz |
pushing this to git.
Diffstat (limited to 'compile.sh')
-rw-r--r-- | compile.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh new file mode 100644 index 0000000..9982efa --- /dev/null +++ b/compile.sh @@ -0,0 +1 @@ +g++ -Wall main.cpp SavEdit.cpp PrivateAccess.cpp UserOptions.cpp TextOptions.cpp -o SE.o |