Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
change test file's name
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Zhu committed Dec 19, 2011
1 parent ab06290 commit 5a150c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ CFLAGS := -ggdb -Wall -O2
aes.o: aes_core.c aes_locl.h aes.h
gcc $(CFLAGS) -c $< -o $@

test: test_aes.c aes.o
test: main_test.c aes.o
gcc $(CFLAGS) $^ -o $@

.PHONY: clean
Expand Down
File renamed without changes.

0 comments on commit 5a150c0

Please sign in to comment.