Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mart Lubbers
CleanSerial
Commits
704600d9
Commit
704600d9
authored
Apr 24, 2018
by
Mart Lubbers
Browse files
makefile for windows
parent
17916e94
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile
View file @
704600d9
ifeq
($(OS), Windows_NT)
DETECTED_OS
=
Windows
else
DETECTED_OS
=
POSIX
endif
all
:
listDevices
%
:
%.prj %.icl
cpm
$<
%.prj
:
cpm project
$(
basename
$@
)
create
cpm project
$@
target iTasks
cpm project
$@
set
-h
2000m
-s
20m
-dynamics
cpm project
$@
root ..
cpm project
$@
path add
"
$$
PWD/../
POSIX
"
cpm project
$@
path add
"
$$
PWD/../
$(DETECTED_OS)
"
cpm project
$@
path add
"
$$
PWD/.."
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment