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
d4c2de02
Commit
d4c2de02
authored
Jun 18, 2018
by
Duncan White
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor tweaks to the Makefile, making it more similar to the c-tools version
parent
37d82980
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
Makefile
Makefile
+5
-6
No files found.
Makefile
View file @
d4c2de02
...
...
@@ -9,7 +9,6 @@ BINDIR = $(DEST)/bin
ARCHDIR
=
$(BINDIR)
/
$(ARCH)
MANDIR
=
$(DEST)
/man/man1
CC
=
gcc
#CC = cc
CFLAGS
=
-g
-UDEBUGGING
-Wall
LDLIBS
=
EXECS
=
datadec
...
...
@@ -20,16 +19,16 @@ datadec_objs = datadec.o parser.o lexer.o struct.o decs.o optimize.o
all
:
$(EXECS)
install
:
$(EXECS)
install
-m
755
$(EXECS)
$(BINDIR)
install
-m
644 c-datadec.man
$(MANDIR)
/datadec.1
clean
:
/bin/rm
-f
*
.o a.out core
$(EXECS)
cd test
;
make clean
install
:
$(EXECS)
#install -m 755
$(EXECS)
$(BINDIR)
install
-m
755
$(EXECS)
$(ARCHDIR)
install
-m
644 c-datadec.man
$(MANDIR)
/datadec.1
datadec
:
$(datadec_objs)
$(CC)
-g
-o
datadec
$(datadec_objs)
datadec.o
:
struct.h lexer.h parser.h decs.h optimize.h
decs.o
:
struct.h decs.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