Move files from assembla to the github repo

This commit is contained in:
optixx
2016-02-13 19:46:40 +01:00
parent ce8042c926
commit 4e17d3daee
26 changed files with 2310 additions and 2007 deletions

10
tools/huffman/Makefile Normal file
View File

@@ -0,0 +1,10 @@
SHELL = sh
OPTIMIZE = -O2
CC = gcc
CSTD = c99
override CFLAGS = -pedantic -std=$(CSTD) -Wall -Wstrict-prototypes $(OPTIMIZE)
all: huffman-decode huffman-encode
clean:
rm -f huffman-decode huffman-encode bin2avrS