Remove fullspec/standard sub-folder

This commit is contained in:
Uwe Seimet 2023-11-09 12:09:01 +01:00
parent bd33f66694
commit 33b7759ff9
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
"name": "rascsi (gdb) Launch",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/bin/fullspec/rascsi",
"program": "${workspaceFolder}/bin/rascsi",
"args": [],
"stopAtEntry": true,
"cwd": "${workspaceFolder}",
@ -29,7 +29,7 @@
"name": "rascsi_test (gdb) Launch",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/bin/fullspec/rascsi_test",
"program": "${workspaceFolder}/bin/rascsi_test",
"args": [],
"stopAtEntry": true,
"cwd": "${fileDirname}",
@ -50,4 +50,4 @@
]
},
]
}
}

View File

@ -60,8 +60,8 @@ COVERAGE_DIR = coverage
COVERAGE_FILE = piscsi.dat
OS_FILES = ../os_integration
OBJDIR := obj/$(shell echo $(CONNECT_TYPE) | tr '[:upper:]' '[:lower:]')
BINDIR := bin/$(shell echo $(CONNECT_TYPE) | tr '[:upper:]' '[:lower:]')
OBJDIR := obj
BINDIR := bin
BIN_ALL = \
$(BINDIR)/$(PISCSI) \