diff options
author | cflip <cflip@cflip.net> | 2022-02-20 09:15:40 -0700 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2022-02-20 09:15:40 -0700 |
commit | a3f4ac00ee76f5e3b2dae7838a6c13ccae40ceac (patch) | |
tree | af8575869f901657b2252c56c7a15e278ef2c0f7 /Makefile | |
parent | 3828bb56022c636a7dd056a4781249222ea0d3ca (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 4cfed7a..0000000 --- a/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -SRC=main.cpp\ - audio.cpp\ - gui.cpp - -fmseq: ${SRC} - g++ ${SRC} -lSDL2 -o fmseq
\ No newline at end of file |