From f0f1e4fd93494fe60b1b7c63ddd881b4b50c8cf3 Mon Sep 17 00:00:00 2001 From: localhorst Date: Mon, 22 Aug 2022 14:27:42 +0200 Subject: [PATCH] remove false git submodule --- .gitignore | 2 ++ .gitmodules | 3 --- makefile | 5 ++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 68a7334..fef63b0 100644 --- a/.gitignore +++ b/.gitignore @@ -45,4 +45,6 @@ reHDD *.ods *.txt +.vscode/ + ignoreDrives.conf diff --git a/.gitmodules b/.gitmodules index d2aa5f1..fec9e60 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "--force"] - path = --force - url = https://git.mosad.xyz/localhorst/tfnoisegen.git [submodule "tfnoisegen"] path = tfnoisegen url = https://git.mosad.xyz/localhorst/tfnoisegen.git diff --git a/makefile b/makefile index a667dce..0e51b7b 100644 --- a/makefile +++ b/makefile @@ -54,8 +54,8 @@ ifeq ($(V),true) endif # Combine compiler and linker flags -release: export CXXFLAGS := $(CXXFLAGS) $(COMPILE_FLAGS) $(RCOMPILE_FLAGS) -release: export LDFLAGS := $(LDFLAGS) $(LINK_FLAGS) $(RLINK_FLAGS) +release: export CXXFLAGS := $(CXXFLAGS) $(COMPILE_FLAGS) $(RCOMPILE_FLAGS) +release: export LDFLAGS := $(LDFLAGS) $(LINK_FLAGS) $(RLINK_FLAGS) debug: export CXXFLAGS := $(CXXFLAGS) $(COMPILE_FLAGS) $(DCOMPILE_FLAGS) debug: export LDFLAGS := $(LDFLAGS) $(LINK_FLAGS) $(DLINK_FLAGS) @@ -179,7 +179,6 @@ clean: all: $(BIN_PATH)/$(BIN_NAME) $(MAKE) libtfng.a -C tfnoisegen @cp $(TFRANDDIR)/$(TFRANDLIB) $(LIBS) - @echo "Making symlink: $(BIN_NAME) -> $<" @$(RM) $(BIN_NAME) @ln -s $(BIN_PATH)/$(BIN_NAME) $(BIN_NAME)