diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-29 01:15:34 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-29 01:15:34 -0500 |
commit | ae93deb9b1f4c83addd90e49af35543ce0c23a38 (patch) | |
tree | 7e3528c0abc1ccfdf0eceaada5a35a569c3d0dc1 /CMakeLists.txt | |
parent | 4ff59a810de5c3e9125ed3ec2ec1d12d02437b64 (diff) | |
download | spmc-ae93deb9b1f4c83addd90e49af35543ce0c23a38.tar.gz |
Fix shell buffer allocation issues
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 524a077..efefe50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,4 +3,4 @@ project(spm C) set(CMAKE_C_STANDARD 99) -add_executable(spm main.c)
\ No newline at end of file +add_executable(spm spm.c)
\ No newline at end of file |