# this makefile is for linux, use cl for Windows and undefine _LINUX INCLUDEDIR = . CXX := i386-linux-uclibc-g++ CFLAGS := -static -O2 -D_LINUX all: imgtool imgtool: $(CXX) $(CFLAGS) md5c.c wrt54gv5_img.cpp -o $@ clean: rm -f *.o rm -f imgtool