mirror of
https://gitlab.com/klmp200/LO27.git
synced 2025-07-11 03:39:22 +00:00
Deleted files + fixed makefile
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user