15 lines
280 B
Plaintext
15 lines
280 B
Plaintext
!INCLUDE $(NTMAKEENV)\makefile.plt
|
|
|
|
all: .\samples\tracelog\tracelog.c \
|
|
|
|
clean: cleanup all
|
|
|
|
cleanup:
|
|
-del .\samples\tracelog\tracelog.c
|
|
|
|
.\samples\tracelog\tracelog.c: .\tracelog\tracelog.c
|
|
type << > $@
|
|
<<
|
|
hextract -o $@ -bt begin_sdk end_sdk .\tracelog\tracelog.c
|
|
|