mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-23 10:39:58 +00:00
Prerelease mm_trj
edited logo edited Makefile's
This commit is contained in:
@ -45,7 +45,7 @@ PROJECT_BRIEF = "Program that analyzes molecular dynamic trajectories u
|
||||
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
|
||||
# Doxygen will copy the logo to the output directory.
|
||||
|
||||
PROJECT_LOGO = /home/arcanis/Documents/github/moldyn/statgen/logo.png
|
||||
PROJECT_LOGO = ./logo.png
|
||||
|
||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||
# base path where the generated documentation will be put.
|
||||
|
@ -6,7 +6,7 @@ LDFLAGS=-lm
|
||||
SOURCES_DIR=src
|
||||
SOURCES=main.c add_main.c coords.c graph.c messages.c stat_print.c stat_select.c stat_sort.c summary_stat.c
|
||||
OBJECTS=$(SOURCES:.c=.o)
|
||||
EXECUTABLE=statgen
|
||||
EXECUTABLE=mm_statgen
|
||||
|
||||
$(PROJECT): $(SOURCES) $(EXECUTABLE)
|
||||
|
||||
@ -17,5 +17,4 @@ $(EXECUTABLE): $(OBJECTS)
|
||||
$(CC) $(CFLAGS) $< -o $@
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
|
||||
rm -f *.o test*
|
||||
|
Reference in New Issue
Block a user