mirror of
https://github.com/eddyem/bta-meteo-logger.git
synced 2026-03-21 17:21:00 +03:00
check bug @x86_64
This commit is contained in:
9
C/bta_pos/Makefile
Normal file
9
C/bta_pos/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
CC = gcc
|
||||
LDFLAGS = -lcrypt
|
||||
|
||||
all : bta_pos
|
||||
|
||||
bta_pos : bta_pos.c bta_shdata.c
|
||||
$(CC) bta_pos.c bta_shdata.c $(LDFLAGS) -o bta_pos
|
||||
clean:
|
||||
/bin/rm -f *.o *~
|
||||
Reference in New Issue
Block a user