Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
compiler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
clean-compiler-and-rts
compiler
Commits
e8eb79e1
Commit
e8eb79e1
authored
Apr 10, 2006
by
John van Groningen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
create Clean System Files folder if it doesn't exist
parent
28babbb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
main/Unix/Makefile
main/Unix/Makefile
+4
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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