~ubuntu-branches/ubuntu/precise/laby/precise

« back to all changes in this revision

Viewing changes to data/mods/c/rules

  • Committer: Package Import Robot
  • Author(s): Mehdi Dogguy
  • Date: 2011-09-26 14:09:54 UTC
  • mfrom: (7.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20110926140954-om8rcdmy6hsnm6dy
Tags: 0.6.3-1
* New upstream release
* Switch to 3.0 (quilt) source format.
* Bump Standards-Version to 3.9.2, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
info:
 
2
need    gcc
 
3
 
 
4
run:
 
5
fetch   robot.c
 
6
fetch   robot.h
 
7
dump    program.c
 
8
exec    gcc -Wall robot.c program.c -o program
 
9
spawnl  program