diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-03-31 14:26:12 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-03-31 14:26:12 -0500 |
commit | d16a579bacc9f78038b4d3b7dd7965162cd3703b (patch) | |
tree | 428ff16f32005529a6d34a5f5d0d143b988ca0c7 /src/Makefile | |
parent | 4594d92c3437fe65e3bf5cd50fcc87150d03a918 (diff) | |
download | sddm-d16a579bacc9f78038b4d3b7dd7965162cd3703b.tar.gz sddm-d16a579bacc9f78038b4d3b7dd7965162cd3703b.tar.bz2 sddm-d16a579bacc9f78038b4d3b7dd7965162cd3703b.zip |
update Makefile
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 5a491c6..ca4c39e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -35,6 +35,6 @@ test-find-peaks: test-find-peaks.o zebra.o likelihood.o pmt.o vector.o misc.o mu calculate-csda-range: calculate-csda-range.o clean: - rm -f *.o calculate_limits test Makefile.dep + rm -f *.o calculate_limits test test-vector test-likelihood fit test-charge test-path calculate-csda-range test-time-pdf test-zebra test-find-peaks Makefile.dep .PHONY: all clean |