Horje
makefile ifeq or Code Example
makefile ifeq or
ifeq ($(GCC_MINOR),4)
    @echo Supported version
else ifeq ($(GCC_MINOR),5)
    @echo Supported version
else
    @echo Unsupported version
endif




Shell

Related
install tailwind Code Example install tailwind Code Example
ffmpeg mkv to mp4 Code Example ffmpeg mkv to mp4 Code Example
ubuntu set dns terminal Code Example ubuntu set dns terminal Code Example
install pug Code Example install pug Code Example
git show files modified since commit Code Example git show files modified since commit Code Example

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