初始版本
This commit is contained in:
9
external/protothreads/pt-1.4/Makefile
vendored
Normal file
9
external/protothreads/pt-1.4/Makefile
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
CFLAGS=-O -Wuninitialized -Werror
|
||||
|
||||
all: example-codelock example-buffer example-small
|
||||
|
||||
example-codelock: example-codelock.c pt.h lc.h
|
||||
|
||||
example-buffer: example-buffer.c pt.h lc.h
|
||||
|
||||
example-small: example-small.c pt.h lc.h
|
||||
Reference in New Issue
Block a user