[v0.01] Update LICENSE and source code extensions

This commit is contained in:
Dr-Noob
2021-08-11 09:13:15 +02:00
parent 5e6c3cb965
commit f824e3c4f2
7 changed files with 8 additions and 8 deletions

View File

@@ -7,8 +7,8 @@ PREFIX ?= /usr
SRC_COMMON=src/common/
COMMON_SRC = $(SRC_COMMON)main.c $(SRC_COMMON)args.c $(SRC_COMMON)global.c
COMMON_HDR = $(SRC_COMMON)args.h $(SRC_COMMON)global.h
COMMON_SRC = $(SRC_COMMON)main.cpp $(SRC_COMMON)args.cpp $(SRC_COMMON)global.cpp
COMMON_HDR = $(SRC_COMMON)args.hpp $(SRC_COMMON)global.hpp
SOURCE += $(COMMON_SRC)
HEADERS += $(COMMON_HDR)