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
28babbb9
Commit
28babbb9
authored
Apr 10, 2006
by
John van Groningen
Browse files
make object files in Clean System Files folder
parent
b649ebbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/Unix/Makefile
View file @
28babbb9
...
...
@@ -2,4 +2,17 @@ CC=gcc
CFLAGS
=
-pedantic
-Wall
-W
-O
CPPFLAGS
=
all
:
cDirectory.o ipc.o set_return_code_c.o
all
:
cDirectory.o ipc.o set_return_code_c.o
\
Clean
\
System
\
Files/cDirectory.o
\
Clean
\
System
\
Files/ipc.o
\
Clean
\
System
\
Files/set_return_code_c.o
Clean\ System\ Files/cDirectory.o
:
cDirectory.c
$(CC)
-c
$(CFLAGS)
$<
-o
"
$@
"
Clean\ System\ Files/ipc.o
:
ipc.c
$(CC)
-c
$(CFLAGS)
$<
-o
"
$@
"
Clean\ System\ Files/set_return_code_c.o
:
set_return_code_c.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