summaryrefslogtreecommitdiffstats
path: root/xup
diff options
context:
space:
mode:
Diffstat (limited to 'xup')
-rw-r--r--xup/Makefile4
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: