Open and send file requested by client
[m6809-computer-tools:dload-server.git] / Makefile
1 RM = rm -f
2
3 EXES = dload makebin
4
5 all: $(EXES)
6
7 clean:
8         $(RM) $(EXES)