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
clean-compiler-and-rts
compiler
Commits
e8eb79e1
Commit
e8eb79e1
authored
Apr 10, 2006
by
John van Groningen
Browse files
create Clean System Files folder if it doesn't exist
parent
28babbb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/Unix/Makefile
View file @
e8eb79e1
...
...
@@ -3,10 +3,14 @@ CFLAGS=-pedantic -Wall -W -O
CPPFLAGS
=
all
:
cDirectory.o ipc.o set_return_code_c.o
\
Clean
\
System
\
Files
\
Clean
\
System
\
Files/cDirectory.o
\
Clean
\
System
\
Files/ipc.o
\
Clean
\
System
\
Files/set_return_code_c.o
Clean\ System\ Files
:
mkdir
"Clean System Files"
Clean\ System\ Files/cDirectory.o
:
cDirectory.c
$(CC)
-c
$(CFLAGS)
$<
-o
"
$@
"
...
...
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