This website requires JavaScript.
Explore
Help
Sign In
x
/
box-o-sand
Watch
1
Star
0
Fork
0
You've already forked box-o-sand
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f31b1f6fa8
box-o-sand
/
Makefile
9 lines
85 B
Makefile
Raw
Normal View
History
Unescape
Escape
simplifying makefile with implicit rule
2010-03-28 01:59:32 +00:00
ALL_TARGETS
=
bin/hello-world
init with hello world
2010-03-28 01:29:55 +00:00
simplifying makefile with implicit rule
2010-03-28 01:59:32 +00:00
all
:
$(
ALL_TARGETS
)
bin/%
:
src
/%.
cpp
g++ $^ -o
$@
Reference in New Issue
Copy Permalink