diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-05-01 10:53:49 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-05-01 10:53:49 -0400 |
commit | ea7686ac0f4426d0b3ddefbcdeda0178bf988361 (patch) | |
tree | 7192b608d2ba4cc6fd01661b9f72382d28bc6f46 /Makefile | |
download | sddm-ea7686ac0f4426d0b3ddefbcdeda0178bf988361.tar.gz sddm-ea7686ac0f4426d0b3ddefbcdeda0178bf988361.tar.bz2 sddm-ea7686ac0f4426d0b3ddefbcdeda0178bf988361.zip |
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8f1188a --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +LDLIBS=-lm + +calculate_limits: calculate_limits.c |