Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Duncan White
C-datadec
Commits
d1e523a2
Commit
d1e523a2
authored
Mar 19, 2002
by
dcw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cc=gcc
parent
7fa7f7b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Makefile
Makefile
+4
-2
No files found.
Makefile
View file @
d1e523a2
CC
=
gcc
#CC = cc
CFLAGS
=
-g
-UDEBUGGING
LINTFLAGS
=
-UDEBUGGING
EXECS
=
datadec
...
...
@@ -27,10 +29,10 @@ lint_m2datadec: $(m2datadec_srcs)
lint
$(LINTFLAGS)
$(m2datadec_srcs)
>
lint_m2datadec 2>&1
m2datadec
:
$(m2datadec_objs)
cc
-g
-o
m2datadec
$(m2datadec_objs)
$(CC)
-g
-o
m2datadec
$(m2datadec_objs)
datadec
:
$(datadec_objs)
cc
-g
-o
datadec
$(datadec_objs)
$(CC)
-g
-o
datadec
$(datadec_objs)
datadec.o
:
datadec.c struct.h lexer.h parser.h decs.h optimize.h
...
...
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