openblt

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

Makefile (182B)


      1 BLTHOME := ../../
      2 include $(BLTHOME)make.conf
      3 
      4 SRCS		:= network.c mbuf.c
      5 LIBS		:= -lc -lblt -ldl
      6 BINARY		:= network.bin
      7 SUBDIRS		:= device protocol
      8 
      9 include $(BLTHOME)/make.actions
     10