Skip to content

Commit

Permalink
Moved doxygen.conf to something more general.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil Samith Bysani committed Dec 20, 2008
1 parent 9fce58a commit 075cf45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
EXENAME=bang-machine
CC=gcc
COPTS=-Wall -Werror -g
COPTS=-Wall -Werror -lmpi -g

$(EXENAME): src/main.c
$(CC) $(COPTS) $^ -o $(EXENAME)
Expand Down
File renamed without changes.

0 comments on commit 075cf45

Please sign in to comment.