diff options
Diffstat (limited to 'xup')
-rw-r--r-- | xup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xup/Makefile b/xup/Makefile index 3bdf3bf5..503d49b7 100644 --- a/xup/Makefile +++ b/xup/Makefile @@ -17,9 +17,9 @@ LDFLAGS = -shared LIBS = -ldl CC = gcc -all: xup +all: libxup.so -xup: $(XUPOBJ) +libxup.so: $(XUPOBJ) $(CC) $(LDFLAGS) -o libxup.so $(XUPOBJ) $(LIBS) clean: |