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:
Gavin Lin 2018-08-09 03:24:37 -07:00
parent dfa7fee8ef
commit 5d33511a68
40 changed files with 1 additions and 1 deletions

View File

@ -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