lots of mostly small changes ...
[physik/posic.git] / Makefile
index e171354..5f25159 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,5 +8,6 @@ all: posic
 posic: $(OBJS) moldyn.o
        $(CC) $(CFLAGS) -lm -o $@ $(OBJS) $(LIBS) posic.c
 
+.PHONY:clean
 clean:
        rm -f *.o posic */*.o