We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a912ee3 commit 03b9eaaCopy full SHA for 03b9eaa
examples/example_1/makefile
@@ -10,7 +10,7 @@ ifeq ($(OSTYPE),cygwin)
10
MKDIR = mkdir -p
11
TARGET_EXTENSION=.out
12
elseifeq ($(OSTYPE),msys)
13
- CLEANUP = rm -f
+ CLEANUP = rm -f
14
15
TARGET_EXTENSION=.exe
16
elseifeq ($(OS),Windows_NT)
examples/example_2/makefile
0 commit comments