forgot to commit a long ago

This commit is contained in:
2022-03-24 12:15:24 +03:00
parent 0b30f59a48
commit 5d254b4171
9 changed files with 281 additions and 232 deletions

View File

@@ -1,7 +1,8 @@
PROGRAM = bta_control
LDFLAGS = -lcrypt -lm -lsla
SRCS = bta_shdata.c bta_control.c cmdlnopts.c parceargs.c usefull_macros.c ch4run.c
SRCS += angle_functions.c bta_print.c
#SRCS = bta_shdata.c bta_control.c cmdlnopts.c parceargs.c usefull_macros.c ch4run.c
#SRCS += angle_functions.c bta_print.c
SRCS = $(wildcard *.c)
CC = gcc
DEFINES = -D_XOPEN_SOURCE=666 -DEBUG
#-DEMULATION