mirror of
https://github.com/eddyem/small_tel.git
synced 2026-03-20 08:41:03 +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
|
|
|