aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-07-04 12:22:21 -0400
committertlatorre <tlatorre@uchicago.edu>2018-07-04 12:22:21 -0400
commit9646e43e6016536911f0703dc7e3af7a0eae56db (patch)
tree99c744bb1e589a68b66b8fd54860b0c189aef677 /Makefile
parent6b8e727b10ff7a1ae219987fd4ff40f359a0c655 (diff)
downloadsddm-9646e43e6016536911f0703dc7e3af7a0eae56db.tar.gz
sddm-9646e43e6016536911f0703dc7e3af7a0eae56db.tar.bz2
sddm-9646e43e6016536911f0703dc7e3af7a0eae56db.zip
add a test of the get_solid_angle function
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6148848..98f700d 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,8 @@ calculate_limits: calculate_limits.c
solid_angle.o: solid_angle.c
+test: test.c solid_angle.c
+
clean:
rm calculate_limits