1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00
elinks/contrib/proxy/Makefile
Witold Filipczyk 52ebd40f32 contrib: Tool for view pages offline.
This tool is intended for developers to make debugging ELinks more fun.
2007-06-21 14:01:47 +02:00

6 lines
56 B
Makefile

all: /tmp/log gen
./gen
gen: gen.c
$(CC) -g -o $@ $<