Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
L
linked_list2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Liam E. Roeth
linked_list2
Commits
f2e5578b
Commit
f2e5578b
authored
Sep 23, 2020
by
Liam E. Roeth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swap makefile and Makefile
parent
9b8389bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
25 deletions
+25
-25
Makefile
Makefile
+4
-21
makefile
makefile
+21
-4
No files found.
Makefile
View file @
f2e5578b
run
:
main.out
run
:
main.out
./main.out
./main.out
.PHONY
:
run all test
test2
.PHONY
:
run all test
test.out
:
tabify
llist.c llist.h test.c
test.out
:
llist.c llist.h test.c
gcc
-
ggdb
-std
=
c99
-
o
test.out llist.c test.c
gcc
-o
test.out llist.c test.c
main.out
:
tabify
llist.c llist.h main.c
main.out
:
llist.c llist.h main.c
gcc
-o
main.out llist.c main.c
gcc
-o
main.out llist.c main.c
test2.out
:
tabify llist.c llist.h test2.c
gcc
-o
test2.out llist.c test2.c
all
:
test.out main.out
all
:
test.out main.out
test
:
test.out
test
:
test.out
./test.out
./test.out
test2
:
test2.out
./test2.out
tabify
:
*.h *.c
for
file
in
*
.c
*
.h
;
\
do
\
unexpand
-t4
--first-only
$$
file
>
temp
;
\
mv
temp
$$
file
;
\
done
touch
tabify
gitindex
:
tabify *.c *.h
git add
*
.c
*
.h
makefile
View file @
f2e5578b
run
:
main.out
run
:
main.out
./main.out
./main.out
.PHONY
:
run all test
.PHONY
:
run all test
test2
test.out
:
llist.c llist.h test.c
test.out
:
tabify
llist.c llist.h test.c
gcc
-o
test.out llist.c test.c
gcc
-
ggdb
-std
=
c99
-
o
test.out llist.c test.c
main.out
:
llist.c llist.h main.c
main.out
:
tabify
llist.c llist.h main.c
gcc
-o
main.out llist.c main.c
gcc
-o
main.out llist.c main.c
test2.out
:
tabify llist.c llist.h test2.c
gcc
-o
test2.out llist.c test2.c
all
:
test.out main.out
all
:
test.out main.out
test
:
test.out
test
:
test.out
./test.out
./test.out
test2
:
test2.out
./test2.out
tabify
:
*.h *.c
for
file
in
*
.c
*
.h
;
\
do
\
unexpand
-t4
--first-only
$$
file
>
temp
;
\
mv
temp
$$
file
;
\
done
touch
tabify
gitindex
:
tabify *.c *.h
git add
*
.c
*
.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