vertical wave
[snes_test1] / sintab / Makefile
1 LDFLAGS = -lm
2
3 sintab: sintab.o
4         $(CC) -o $@ $< $(LDFLAGS)