started to work on C rewrite to deploy directly on WRT

This commit is contained in:
Pavol Rusnak 2010-11-12 01:21:53 +01:00
parent 765caa1c67
commit 992b0f7bd9
2 changed files with 124 additions and 0 deletions

9
Makefile Normal file
View file

@ -0,0 +1,9 @@
CFLAGS=-Wall
all: brmdoor
clean:
rm -f brmdoor
brmdoor: brmdoor.c
gcc $(CFLAGS) brmdoor.c -o brmdoor