openblt

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

Makefile (185B)


      1 BLTHOME := ../../../../
      2 include $(BLTHOME)make.conf
      3 
      4 CFLAGS = $(CF) -I../../../../include -D_NETWORK
      5 
      6 OBJS		:= wrap.o support.o ne2000.o
      7 SHLIB		:= ne.so
      8 
      9 include $(BLTHOME)make.actions