Moved source

This commit is contained in:
Rafał Grodziński
2025-05-28 20:43:06 +09:00
parent 69bf54a62d
commit 7c11a0aee1
7 changed files with 6 additions and 1 deletions

5
clean.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
rm -f brb
rm -f *.o
rm -rf *.dSYM

View File

@@ -1,3 +1,3 @@
#!/bin/bash
cc -g -std=c++17 -lc++ *.cpp -o brb
cc -g -std=c++17 -lc++ src/*.cpp -o brb