mirror of
https://github.com/eddyem/small_tel.git
synced 2026-03-21 09:10:58 +03:00
Add PCS_create utility
This commit is contained in:
6
Auxiliary_utils/PCS_create/Makefile
Normal file
6
Auxiliary_utils/PCS_create/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
#
|
||||
all: PCS_create
|
||||
|
||||
PCS_create: PCS.c
|
||||
gcc PCS.c -o PCS_create -lsofa_c -lm -lcfitsio
|
||||
|
||||
Reference in New Issue
Block a user