1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
elinks/contrib/proxy/Makefile
Witold Filipczyk 4e310fd9aa contrib: Tool for view pages offline.
This tool is intended for developers to make debugging ELinks more fun.
2007-06-23 16:08:58 +03:00

6 lines
56 B
Makefile

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