diff --git a/makefile_linux.variables b/makefile_linux.variables deleted file mode 100644 index 6268874..0000000 --- a/makefile_linux.variables +++ /dev/null @@ -1,2 +0,0 @@ -LDFLAGS = -lGL -lX11 -lm -BINARIES = ./linux \ No newline at end of file diff --git a/makefile_mac.variables b/makefile_mac.variables deleted file mode 100644 index 1c2b240..0000000 --- a/makefile_mac.variables +++ /dev/null @@ -1,3 +0,0 @@ -LDFLAGS = -framework OpenGL -framework CoreFoundation -framework CoreGraphics -framework IOKit -framework Cocoa -framework CoreVideo -ARCH := $(shell uname -m) -BINARIES = ./macos-$(ARCH) \ No newline at end of file