openblt

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

Makefile (208B)


      1 BLTHOME := ../../
      2 include $(BLTHOME)make.conf
      3 
      4 BINARY		:= sysinfo.bin
      5 SRCS		:= sysinfo.cpp
      6 LIBS		:= -lposix -lblt -lc
      7 CXXFLAGS	+= -I ../../srv/pci
      8 CFLAGS		+= -I ../../srv/pci
      9 
     10 include $(BLTHOME)make.actions
     11