~ubuntu-branches/ubuntu/hardy/dvdbackup/hardy

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran
  • Date: 2008-04-01 23:19:25 UTC
  • mfrom: (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080401231925-3e3nc0utybakgaz8
Tags: 0.2-2
Pass CFLAGS to build system, don't override them

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/make -f
2
 
 
3
 
dvdbackup: 
4
 
        cd src && make dvdbackup
5
 
 
6
 
clean:
7
 
        cd src && make clean
8
 
 
9
 
.PHONY: clean dvdbackup