Skip to content

Commit

Permalink
rename functiontest to mdc_test
Browse files Browse the repository at this point in the history
  • Loading branch information
atmatthewat@gmail.com committed Jun 27, 2012
1 parent b8e3313 commit c88d630
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
@@ -1,7 +1,7 @@

functiontest: functiontest.c mdc_decode.o mdc_encode.o
cc -g -o functiontest functiontest.c mdc_decode.o mdc_encode.o
./functiontest
mdc_test: mdc_test.c mdc_decode.o mdc_encode.o
cc -g -o mdc_test mdc_test.c mdc_decode.o mdc_encode.o
./mdc_test

mdc_decode.o: mdc_decode.c mdc_decode.h mdc_common.c
cc -c mdc_decode.c
Expand All @@ -10,5 +10,5 @@ mdc_encode.o: mdc_encode.c mdc_encode.h mdc_common.c
cc -c mdc_encode.c

clean:
rm -f mdc_decode.o mdc_encode.o functiontest
rm -f mdc_decode.o mdc_encode.o mdc_test

File renamed without changes.

0 comments on commit c88d630

Please sign in to comment.