pre2html

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/pre2html.git/
Log | Files | Refs

Makefile (129B)


      1 CC = diet gcc -static -nostdinc
      2 CFLAGS = -Os -fomit-frame-pointer
      3 
      4 all: pre2html
      5 
      6 pre2html: pre2html.o
      7 	$(CC) -o $@ $<
      8 	strip $@