aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2023-11-12 15:23:37 +0100
committerJan Sucan <jan@jansucan.com>2023-11-12 15:24:32 +0100
commit452903126d15ab2228910eb36b78b152c07fb247 (patch)
tree8d55ade32531515188e38432c51b76ed8420a91b
parent69b93c3b43210c7745f6ff07ad64a6a8f861e0b9 (diff)
Rename C source file to C++ source files
-rw-r--r--src/Makefile2
-rw-r--r--src/backup.cpp (renamed from src/backup.c)0
-rw-r--r--src/file.cpp (renamed from src/file.c)0
-rw-r--r--src/main.cpp (renamed from src/main.c)0
-rw-r--r--src/options.cpp (renamed from src/options.c)0
-rw-r--r--src/print.cpp (renamed from src/print.c)0
-rw-r--r--src/resources.cpp (renamed from src/resources.c)0
-rw-r--r--src/restore.cpp (renamed from src/restore.c)0
8 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 7c5cb1f..7aa7e25 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,7 +1,7 @@
CC=g++
CFLAGS=-Wall -fmax-errors=2
-SOURCES=*.c
+SOURCES=*.cpp
HEADERS=*.h
all: $(PROGRAM_NAME)
diff --git a/src/backup.c b/src/backup.cpp
index 0b558b6..0b558b6 100644
--- a/src/backup.c
+++ b/src/backup.cpp
diff --git a/src/file.c b/src/file.cpp
index d605ceb..d605ceb 100644
--- a/src/file.c
+++ b/src/file.cpp
diff --git a/src/main.c b/src/main.cpp
index 35e5c3d..35e5c3d 100644
--- a/src/main.c
+++ b/src/main.cpp
diff --git a/src/options.c b/src/options.cpp
index e2fcfdb..e2fcfdb 100644
--- a/src/options.c
+++ b/src/options.cpp
diff --git a/src/print.c b/src/print.cpp
index 1dcb75a..1dcb75a 100644
--- a/src/print.c
+++ b/src/print.cpp
diff --git a/src/resources.c b/src/resources.cpp
index 0829c7c..0829c7c 100644
--- a/src/resources.c
+++ b/src/resources.cpp
diff --git a/src/restore.c b/src/restore.cpp
index e73e42e..e73e42e 100644
--- a/src/restore.c
+++ b/src/restore.cpp