Move files from assembla to the github repo
This commit is contained in:
10
tools/huffman/Makefile
Normal file
10
tools/huffman/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user