check bug @x86_64

This commit is contained in:
2020-12-14 18:36:28 +03:00
parent 80154b79e8
commit 288cfcb2b9
20 changed files with 3358 additions and 6613 deletions

9
C/bta_pos/Makefile Normal file
View 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 *~