dir2list

generate a list of files shuffled by directory
git clone anongit@rnpnr.xyz:dir2list.git
Log | Files | Refs | Feed | README | LICENSE

config.mk (89B)


      1 PREFIX = /usr/local
      2 
      3 CFLAGS = -O2 -std=c89 -Wall -pedantic
      4 LDFLAGS = -s -static
      5 
      6 CC = cc