mirror of
https://github.com/eddyem/BTA_lib.git
synced 2026-03-20 00:31:04 +03:00
forgot to commit a long ago
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user