Fixed path to c99
This commit is contained in:
parent
7a325a9698
commit
ff2151c64b
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#$Id$
|
||||
#Copyright (c) 2010-2012 Pierre Pronchery <khorben@defora.org>
|
||||
#Copyright (c) 2010-2013 Pierre Pronchery <khorben@defora.org>
|
||||
#This file is part of DeforaOS Unix utils
|
||||
#This program is free software: you can redistribute it and/or modify
|
||||
#it under the terms of the GNU General Public License as published by
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
#variables
|
||||
CC="../../../../Devel/src/c99/src/c99"
|
||||
CC="../../../../../Devel/src/c99/C99-git/src/c99"
|
||||
DOT="dot -Tpng:cairo:gd"
|
||||
RM="rm -f"
|
||||
VIEW="view"
|
||||
|
|
Loading…
Reference in New Issue
Block a user