vertical wave
[snes_test1] / sintab / Makefile
diff --git a/sintab/Makefile b/sintab/Makefile
new file mode 100644 (file)
index 0000000..f78c3c9
--- /dev/null
@@ -0,0 +1,4 @@
+LDFLAGS = -lm
+
+sintab: sintab.o
+       $(CC) -o $@ $< $(LDFLAGS)