~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: kiko
  • Date: 2006-04-06 19:31:19 UTC
  • mto: This revision was merged to the branch mainline in revision 3416.
  • Revision ID: kiko@beetle-20060406193119-6cdad81ff693d2ac
Add for convenience a newsampledata proxy target to the main Makefile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
schema: build
23
23
        $(MAKE) -C database/schema
24
24
 
 
25
newsampledata:
 
26
        $(MAKE) -C database/schema newsampledata
 
27
 
25
28
check_merge: build check importdcheck
26
29
 
27
30