mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +00:00
Use docker as dev environment
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
bf961756b9
commit
9137ef434f
@ -1,10 +1,3 @@
|
||||
.PHONY: build clean run
|
||||
include ../test_common.mk
|
||||
|
||||
build: pthread_test.c
|
||||
@gcc -static pthread_test.c -lpthread -o pthread_test
|
||||
|
||||
clean:
|
||||
@rm pthread_test
|
||||
|
||||
run: build
|
||||
@./pthread_test
|
||||
EXTRA_C_FLAGS :=-static -lpthread
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d40bfc16dbf95aba3afa1934fa4efc0147f0a0a12533362a8d95e105d4d2af21
|
||||
size 1693840
|
Reference in New Issue
Block a user