mirror of
https://github.com/theoludwig/libcproject.git
synced 2025-05-21 23:21:15 +02:00
chore: remove .exe file extension to be more "linux way"
This commit is contained in:
6
Makefile
6
Makefile
@ -8,9 +8,9 @@ LIB_OBJECTS = $(patsubst %.c, %.o, $(LIB_SOURCES))
|
||||
TEST_SOURCES = $(wildcard test/*.c)
|
||||
TEST_OBJECTS = $(patsubst %.c, %.o, $(TEST_SOURCES))
|
||||
HEADER_FILES = $(wildcard lib/*.h) $(wildcard test/*.h) ./${LIBRARY_NAME}.h
|
||||
MAIN_EXECUTABLE = bin/main.exe
|
||||
SET_VERSION_EXECUTABLE = bin/set_version.exe
|
||||
TEST_EXECUTABLE = bin/test.exe
|
||||
MAIN_EXECUTABLE = bin/main
|
||||
SET_VERSION_EXECUTABLE = bin/set_version
|
||||
TEST_EXECUTABLE = bin/test
|
||||
|
||||
${LIB}: $(addprefix build/, ${LIB_OBJECTS})
|
||||
rm --force ${LIB}
|
||||
|
Reference in New Issue
Block a user