/[svn]/qsampler/trunk/Makefile.svn
ViewVC logotype

Annotation of /qsampler/trunk/Makefile.svn

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2704 - (hide annotations) (download)
Tue Jan 13 22:05:22 2015 UTC (9 years, 2 months ago) by schoenebeck
File size: 96 byte(s)
- Preserve Makefile.svn for backward compatibility i.e. for auto build
  environments.

1 schoenebeck 2704 default: all
2    
3     .PHONY: all clean
4    
5     all:
6     make -f Makefile.git
7    
8     clean:
9     make -f Makefile.git clean

  ViewVC Help
Powered by ViewVC