Skip to content

Commit e077854

Browse files
committed
renamed sysgrab.c to main.c
1 parent 0cba198 commit e077854

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(CMAKE_C_STANDARD_REQUIRED True)
1515
include_directories(include)
1616

1717
# Source files
18-
set(SOURCES src/sysgrab.c src/data.c src/config.c src/art.c)
18+
set(SOURCES src/main.c src/data.c src/config.c src/art.c)
1919

2020
# Specify the output directory for binaries
2121
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)
File renamed without changes.

0 commit comments

Comments
 (0)