openblt

a hobby OS from the late 90s
git clone http://frotz.net/git/openblt.git
Log | Files | Refs | LICENSE

Makefile (191B)


      1 BLTHOME := ../../
      2 include $(BLTHOME)make.conf
      3 
      4 SRCS		:= main.cpp
      5 CFLAGS		+= -fno-rtti -fno-exceptions 
      6 LIBS		:= -lwin -lblt -lposix -lc
      7 BINARY		:= winapp.bin
      8 
      9 include $(BLTHOME)make.actions
     10