X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=88972b6e8286119e0de1234bcccb04cabdee1ab4;hp=37d131180b4e438269e67a6880138d6d7a04b40f;hb=0d464c772e9a22e02818c309b79f8cc724ebb891;hpb=507aaf98de47ca11c52ced9957d4f190aff71777 diff --git a/Makefile b/Makefile index 37d13118..88972b6e 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,9 @@ OBJS += frontend/linux/fbdev.o $(TARGET): $(OBJS) $(CC) -o $@ $^ $(LDFLAGS) -Wl,-Map=$@.map +spunull.so: plugins/spunull/spunull.c + $(CC) $(CFLAGS) -shared -fPIC -o $@ $^ + clean: $(RM) $(TARGET) $(OBJS)