mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Changed clean-doc target
This commit is contained in:
@@ -10,7 +10,7 @@ doc:
|
||||
doxygen
|
||||
|
||||
clean-doc:
|
||||
$(RM) -R doc/*
|
||||
$(RM) -R doc
|
||||
|
||||
libguac.so: client.o guacio.o protocol.o
|
||||
$(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname,libguac.so.0 -o libguac.so client.o protocol.o guacio.o
|
||||
|
Reference in New Issue
Block a user