X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=Makefile;h=b0374046069a109e4440430976f0237538df15e2;hb=b9696b3202fea9d936da68c322517ecbae994597;hp=6539f22a09f5062ce0f09574723c2a74e0c4f1b8;hpb=f518d98d405650ff6f7d45635ec7f1a604bd6d41;p=physik%2Fposic.git diff --git a/Makefile b/Makefile index 6539f22..b037404 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,14 @@ CC=gcc -CFLAGS=-Wall +CFLAGS=-Wall #-DSIMPLE_TESTING 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