diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,5 +17,8 @@ test: test.o mt19937.o rqmc: rqmc.o mt19937.o $(CXX) $^ -o $@ $(GSL_FLAGS) +option: option.o mt19937.o + $(CXX) $^ -o $@ $(GSL_FLAGS) + clean: -$(RM) -f *.o test stratified_sampling main |
