Restructure project. Now that you have to run 'make' in the src folder, but the sacc binary is still generated at the top level along with all the config files.
This commit is contained in:
parent
dfa7fee8ef
commit
5d33511a68
@ -12,7 +12,7 @@ CFLAGS=-w -O3 $(INCFLAGS)
|
||||
MYSQL=-L /usr/lib/mysql/ -lmysqlclient -lz
|
||||
|
||||
TOP=../..
|
||||
PROG = saac
|
||||
PROG = ../saac
|
||||
SHELL = /bin/sh
|
||||
PERL=/usr/bin/perl
|
||||
|
Loading…
Reference in New Issue
Block a user