Commit e1a3eff4 authored by Krzysztof Klis's avatar Krzysztof Klis

Makefile updated to linux openwrt toolchain

parent a79c5440
all: all:
gcc -O2 -s -o proxy proxy.c gcc -O2 -s -o proxy proxy.c
mips: mips:
mipsel-uclibc-gcc -O2 -s -o proxy proxy.c mipsel-linux-uclibc-gcc -O2 -s -o proxy proxy.c
clean: clean:
rm -rf proxy proxy.exe rm -rf proxy proxy.exe
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment