fatbase

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

Makefile (158B)


      1 OBJ = compile.o fgetln.o main.o misc.o process.o reallocarray.o strlcat.o strlcpy.o
      2 TARG = sed
      3 
      4 all: $(TARG)
      5 
      6 include ../std.mk
      7 
      8 clean:
      9 	rm -f $(TARG) $(OBJ)