openblt

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

Makefile (188B)


      1 BLTHOME := ../../
      2 include $(BLTHOME)make.conf
      3 
      4 SRCS		:= console.c vt100.c
      5 CRT0		:= $(BLTHOME)lib/crtb.o
      6 BINARY		:= console.bin
      7 LIBS		:= -lconsole -lblt -lc
      8 
      9 include $(BLTHOME)make.actions