remove false git submodule

This commit is contained in:
Hendrik Schutter 2022-08-22 14:27:42 +02:00
parent d7aaa9647d
commit f0f1e4fd93
3 changed files with 4 additions and 6 deletions

2
.gitignore vendored
View File

@ -45,4 +45,6 @@ reHDD
*.ods
*.txt
.vscode/
ignoreDrives.conf

3
.gitmodules vendored
View File

@ -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

View File

@ -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)