How can I modify my makefile so that it detects which OS I'm using and modifies .... SYS := $(shell gcc -dumpmachine) ifneq (, $(findstring linux, ...
www.google.com.tw