Skip to content

Commit

Permalink
fixed make clean for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Wagner committed Dec 8, 2014
1 parent 1d31cbb commit 47bba89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ hisq_unitarize_force_test: hisq_unitarize_force_test.o hisq_force_reference.o te
$(CXX) $(LDFLAGS) $^ -o $@ $(LDFLAGS)

clean:
-rm -f *.o dslash_test invert_test staggered_dslash_test \
-rm -f *.o dslash_test invert_test deflation_test staggered_dslash_test \
staggered_invert_test su3_test pack_test blas_test llfat_test \
gauge_force_test fermion_force_test hisq_paths_force_test \
hisq_unitarize_force_test unitarize_link_test
Expand Down

0 comments on commit 47bba89

Please sign in to comment.