This website works better with JavaScript.
Home
Explore
Help
Sign In
heck
/
heck_orca-c
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1031
Commits
1
Branch
0
Tags
1.2 MiB
C
90.6%
C++
9.1%
Makefile
0.4%
Tree:
c9b220c1a6
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c9b220c1a6'
${ noResults }
heck_orca-c
/
Makefile
9 lines
83 B
Raw
Blame
History
.PHONY
:
all
src
clean
all
:
src
src
:
$(
MAKE
)
-C src
clean
:
$(
MAKE
)
-C src clean
Reference in new issue