more updates, now get the code running .... :/
[physik/posic.git] / Makefile
index 3c8fcd1..b037404 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,10 @@ LDFLAGS=-lm
 OBJS=init/init.o visual/visual.o math/math.o random/random.o list/list.o
 OBJS+=moldyn.o
 
-all: posic
+all: sic
 
-posic: $(OBJS)
+sic: $(OBJS)
 
 .PHONY:clean
 clean:
-       rm -f *.o posic */*.o
+       rm -f *.o sic */*.o