openblt

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

Makefile (164B)


      1 BLTHOME := ../../
      2 include $(BLTHOME)make.conf
      3 
      4 BINARY		:= uname.bin
      5 OBJS		:= uname.o ../../lib/version.o
      6 LIBS		:= -lposix -lblt -lc
      7 
      8 include $(BLTHOME)make.actions