summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcflip <cflip@cflip.net>2022-02-20 09:15:40 -0700
committercflip <cflip@cflip.net>2022-02-20 09:15:40 -0700
commita3f4ac00ee76f5e3b2dae7838a6c13ccae40ceac (patch)
treeaf8575869f901657b2252c56c7a15e278ef2c0f7 /Makefile
parent3828bb56022c636a7dd056a4781249222ea0d3ca (diff)
Set up CMake build systemHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
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