openblt

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

Makefile (171B)


      1 BLTHOME := ../
      2 include $(BLTHOME)make.conf
      3 
      4 SUBDIRS 		:= vfs_test bltsh ls cat tell validate \
      5 					fdisk mkdir uname winapp tests sysinfo
      6 
      7 include $(BLTHOME)make.actions