X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=snes_test1;a=blobdiff_plain;f=sintab%2FMakefile;fp=sintab%2FMakefile;h=f78c3c9ab6b0fce3a435df395340213cf4fdc534;hp=0000000000000000000000000000000000000000;hb=097c3ec68b5ce13fffc3dbd09eb384716931fde1;hpb=4eaf4fddef0d94718453382fa2ccd799c8944f18 diff --git a/sintab/Makefile b/sintab/Makefile new file mode 100644 index 0000000..f78c3c9 --- /dev/null +++ b/sintab/Makefile @@ -0,0 +1,4 @@ +LDFLAGS = -lm + +sintab: sintab.o + $(CC) -o $@ $< $(LDFLAGS)