Parent Directory | Revision Log
I think i got it this time... Create release 2.0 tag.
1 2 OS=$(shell uname -s) 3 ifeq ($(OS), Linux) 4 include Makefile.linux 5 else 6 include Makefile.win32 7 endif