Horje
makefile variable for windows and linux Code Example
makefile variable for windows and linux
ifdef OS
   RM = del /Q
   FixPath = $(subst /,\,$1)
else
   ifeq ($(shell uname), Linux)
      RM = rm -f
      FixPath = $1
   endif
endif

clean:
    $(RM) $(call FixPath,objs/*)




Shell

Related
android studio kvm is required to run this avd Code Example android studio kvm is required to run this avd Code Example
install faiss in colab Code Example install faiss in colab Code Example
how to troll someone Code Example how to troll someone Code Example
remove and exclude folder in git for upcomming commits Code Example remove and exclude folder in git for upcomming commits Code Example
Target DEP-11-icons-small (stable/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-groovy.list:1 and /etc/apt/ Target DEP-11-icons-small (stable/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-groovy.list:1 and /etc/apt/

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8