From a3f4ac00ee76f5e3b2dae7838a6c13ccae40ceac Mon Sep 17 00:00:00 2001 From: cflip Date: Sun, 20 Feb 2022 09:15:40 -0700 Subject: Set up CMake build system --- Makefile | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') 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 -- cgit v1.2.3