X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=2959ff1a97ead4080c384c73018e7ad3ef801200;hb=86f17194d065df99c2079102072cdcb1cfbc2339;hp=2249438d518054d2828ba4e55da31d6bdfd8dec1;hpb=e535e2ef833a03ec84d0f002d684c07ddde893f1;p=super-star-trek.git diff --git a/src/Makefile.am b/src/Makefile.am index 2249438..2959ff1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,3 +19,7 @@ sst_SOURCES = \ EXTRA_DIST = \ sst.h \ sstlinux.h + +# Experimental XaW code, not yet integrated with the game +xio: xio.o + gcc xio.c -lXaw3d -o xio