openblt

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

Makefile (201B)


      1 BLTHOME := ../../../../
      2 include $(BLTHOME)make.conf
      3 
      4 SHLIB		:= ffs.so
      5 OBJS		:= super.o inode.o file.o dir.o
      6 CFLAGS		+= -I. -I../..
      7 #CFLAGS 	+= -DVFS_SANDBOX -I. -I../..
      8 
      9 include $(BLTHOME)make.actions