index
:
fmseq
master
Frequency modulation sequencer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: 4cfed7aeae95c766a4ec9ec26b7a301815e6c5b6 (
plain
)
1
2
3
4
5
6
SRC
=
main.cpp
\
audio.cpp
\
gui.cpp
fmseq
:
${
SRC
} g++
${
SRC
}
-lSDL2 -o fmseq