9base

revived minimalist port of Plan 9 userland to Unix
git clone git://git.suckless.org/9base
Log | Files | Refs | README | LICENSE

Makefile (191B)


      1 # diff - diff unix port from plan9
      2 # Depends on ../lib9
      3 
      4 TARG      = diff
      5 OFILES    = diffdir.o diffio.o diffreg.o main.o
      6 MANFILES  = diff.1
      7 
      8 include ../std.mk
      9 
     10 pre-uninstall:
     11 
     12 post-install: