1
0
mirror of https://gitlab.com/klmp200/LO27.git synced 2025-07-19 20:59:22 +00:00

Add true makefile + lists

This commit is contained in:
2016-12-10 02:28:10 +01:00
parent a99b593863
commit 43f32a485a
8 changed files with 141 additions and 151 deletions

View File

@ -14,7 +14,6 @@ LIBSOURCEOFILE=$(LIBSOURCE:=.o)
#Generating the library binary
$(LIBTARGET): $(LIBSOURCEOFILE)
@echo "\n Generating the library binary"
mkdir -p ../Libs
$(CC) $(CFLAGS) -shared $(LIBSOURCEOFILE) -o ../Libs/$(LIBTARGET)
#Generating object files