mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 10:53:25 +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: hello.c
|
||||
@gcc -static -mno-sse hello.c -o hello
|
||||
|
||||
clean:
|
||||
@rm hello
|
||||
|
||||
run: build
|
||||
@./hello
|
||||
EXTRA_C_FLAGS :=-static -mno-sse
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dda5a7d6081cc2252056375d0550731ef2fd24789aa5f17da189a36bf78c588d
|
||||
size 871896
|
Reference in New Issue
Block a user