diff options
author | Brett Weiland <techcrazybsw@gmail.com> | 2020-11-12 12:10:17 -0600 |
---|---|---|
committer | Brett Weiland <techcrazybsw@gmail.com> | 2020-11-12 12:10:17 -0600 |
commit | 2d7eb043c3aa65ce1611850fcb1ede6b480588fb (patch) | |
tree | f85941aecc17cafd91d425e4fc11efac196b4415 /makefile |
new file: makefile
new file: string_shit.cpp
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile new file mode 100644 index 0000000..66f7ebb --- /dev/null +++ b/makefile @@ -0,0 +1,2 @@ +make: + g++ -o a string_shit.cpp |