Code cleanup

This commit is contained in:
Pierre Pronchery 2024-04-30 02:25:04 +02:00
parent c19142336c
commit 8120944d5a

View File

@ -6,12 +6,14 @@ ldflags_force=`pkg-config --libs libSystem libMarshall`
ldflags=-Wl,-z,relro -Wl,-z,now ldflags=-Wl,-z,relro -Wl,-z,now
dist=Makefile,appinterface.h,appmessage.h,appstatus.h,apptransport.h dist=Makefile,appinterface.h,appmessage.h,appstatus.h,apptransport.h
#targets
[libApp] [libApp]
type=library type=library
sources=appclient.c,appinterface.c,appmessage.c,appserver.c,appstatus.c,apptransport.c sources=appclient.c,appinterface.c,appmessage.c,appserver.c,appstatus.c,apptransport.c
ldflags=-lsocket -lws2_32 ldflags=-lsocket -lws2_32
install=$(LIBDIR) install=$(LIBDIR)
#sources
[appclient.c] [appclient.c]
depends=appinterface.h,../include/App/appclient.h depends=appinterface.h,../include/App/appclient.h