~fuzzgun/fin/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bob Mottram
  • Date: 2012-10-07 19:54:54 UTC
  • Revision ID: fuzzgun@gmail.com-20121007195454-xv6xvfye16d442ib
tidying

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
APP=fin
2
 
VERSION=1.40
 
2
VERSION=1.41
3
3
 
4
4
all:
5
5
        gcc -Wall -ansi -pedantic -O3 -o $(APP) src/*.c -Isrc -lsqlite3