mirror of
https://github.com/eddyem/small_tel.git
synced 2025-12-06 10:45:16 +03:00
7 lines
86 B
Makefile
7 lines
86 B
Makefile
#
|
|
all: PCS_create
|
|
|
|
PCS_create: PCS.c
|
|
gcc PCS.c -o PCS_create -lsofa_c -lm -lcfitsio
|
|
|