Makefile

changeset 44
9574a181ec26
parent 36
a7ff583e153f
child 45
6114a2c28d28
     1.1 --- a/Makefile	Wed May 22 10:57:17 2013 +0200
     1.2 +++ b/Makefile	Wed May 22 13:00:36 2013 +0200
     1.3 @@ -37,11 +37,10 @@
     1.4  CONF = gcc
     1.5  #endif
     1.6  
     1.7 -VERSION_PREFIX=1.0.
     1.8  SRCDIR=src
     1.9  BUILDDIR=build
    1.10  PREFIX=/usr
    1.11 -OBJ = arguments.o bfile_heuristics.o cline.o regex_parser.o scanner.o settings.o stream.o string_list.o suffix_fnc.o
    1.12 +OBJ = arguments.o bfile_heuristics.o cline.o regex_parser.o scanner.o settings.o string_list.o suffix_fnc.o
    1.13  BIN = $(BUILDDIR)/cline
    1.14  
    1.15  include $(CONF).mk

mercurial