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

Deleted files + fixed makefile

This commit is contained in:
2016-12-10 05:04:13 +01:00
parent 43f32a485a
commit 1acfbfdee3
2 changed files with 4 additions and 3 deletions

View File

@ -14,6 +14,7 @@ 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