Skip to content

Commit

Permalink
chore(makefile): add Util.o
Browse files Browse the repository at this point in the history
  • Loading branch information
thederickff committed Feb 19, 2018
1 parent e83cd6f commit 93db7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CC = g++
FLAGS = -Wall
PROGRAM = fcmb
LIBS = lib/ftrScanApi/ftrScanAPI.a
OBJS = src/main.o src/Scanner.o src/Cwsq.o src/Mindtct.o
OBJS = src/main.o src/Scanner.o src/Cwsq.o src/Mindtct.o src/Util.o

all: $(OBJS)
$(CC) $(OBJS) $(LIBS) $(FLAGS) -o $(PROGRAM)
Expand Down

0 comments on commit 93db7dc

Please sign in to comment.