o cleanup

This commit is contained in:
optixx
2009-09-23 16:00:04 +02:00
parent 3f91df1af6
commit d777415549
276 changed files with 0 additions and 0 deletions

View File

@@ -1,10 +0,0 @@
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