mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2025-01-18 08:41:08 +00:00
invoke pwsh
This commit is contained in:
parent
7805b14ff1
commit
65a9023c07
5
makefile
5
makefile
@ -25,9 +25,10 @@ $(OBJ_DIR)/%.o: $(SRC_DIR)/%.c | $(OBJ_DIR)
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(BIN_DIR) $(OBJ_DIR):
|
||||
mkdir -p $@
|
||||
pwsh -Command New-Item -Path $@ -ItemType Directory
|
||||
|
||||
clean:
|
||||
@$(RM) -rv $(EXE) $(OBJ_DIR)
|
||||
pwsh -Command Remove-Item -Recurse $(EXE)
|
||||
pwsh -Command Remove-Item -Recurse $(OBJ_DIR)
|
||||
|
||||
-include $(OBJ:.o=.d)
|
||||
|
Loading…
Reference in New Issue
Block a user