fatbase

portable OpenBSD tools
git clone git://git.2f30.org/fatbase
Log | Files | Refs

Makefile (157B)


      1 OBJ = dc.o bcode.o inout.o mem.o stack.o strlcpy.o reallocarray.o
      2 TARG = dc
      3 LDLIBS = -lcrypto
      4 
      5 all: $(TARG)
      6 
      7 include ../std.mk
      8 
      9 clean:
     10 	rm -f $(TARG) $(OBJ)