diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 | 
1 files changed, 6 insertions, 2 deletions
| @@ -1,2 +1,6 @@ -fmseq: main.cpp -	g++ main.cpp -lSDL2 -o fmseq
\ No newline at end of file +SRC=main.cpp\ +	audio.cpp\ +	gui.cpp + +fmseq: ${SRC} +	g++ ${SRC} -lSDL2 -o fmseq
\ No newline at end of file | 
