This website requires JavaScript.
Explore
Help
Sign In
bytemark
/
flexnbd-c
Watch
1
Star
0
Fork
0
You've already forked flexnbd-c
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
55b452ebefa40c808a673164b19894d06b5dd00e
flexnbd-c
/
Makefile
11 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add a minimal Makefile that lets 'make' and 'make clean' do the Right Thing
2013-02-05 09:44:59 +00:00
#!/usr/bin/make -f
all
:
rake build
Add an all-debug task to the makefile
2013-02-05 13:46:55 +00:00
all-debug
:
DEBUG
=
1
rake build
Add a minimal Makefile that lets 'make' and 'make clean' do the Right Thing
2013-02-05 09:44:59 +00:00
clean
:
rake clean
Reference in New Issue
Copy Permalink