diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-07-05 15:11:58 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-07-05 15:11:58 -0400 |
commit | bb92a32d1770f97ac7503b6c3346bc36081279d9 (patch) | |
tree | d4d4d6a5632f01683df900902416f147ec3ecee7 /Makefile | |
parent | 82b66ad4a2674febf57c7a36a50e67dca3a871a5 (diff) | |
download | sddm-bb92a32d1770f97ac7503b6c3346bc36081279d9.tar.gz sddm-bb92a32d1770f97ac7503b6c3346bc36081279d9.tar.bz2 sddm-bb92a32d1770f97ac7503b6c3346bc36081279d9.zip |
add a simple test for the various muon functions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ calculate_limits: calculate_limits.c solid_angle.o: solid_angle.c -test: test.c solid_angle.c refractive_index.c +test: test.c solid_angle.c refractive_index.c muon.c clean: rm calculate_limits |