Skip to content

Commit 2c0b3ba

Browse files
committed
fix(nomos): Makefile target name for stanalone nomos build
1 parent 3b080b6 commit 2c0b3ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nomos/agent/Makefile.sa

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ HDRS = nomos.h $(OBJS:.o=.h) _autodefs.h
2121
#CFLAGS_LOCAL = -DSTANDALONE -g -O2 -Wall -D_FILE_OFFSET_BITS=64
2222
CFLAGS_LOCAL = -DSTANDALONE -Wall -D_FILE_OFFSET_BITS=64 `pkg-config glib-2.0 --cflags --libs`
2323

24-
all: encode nomos
24+
all: encode $(EXE)
2525

2626
debug: nomos-gl
2727

28-
nomos: nomos.o $(OBJS) $(GENOBJS)
28+
$(EXE): nomos.o $(OBJS) $(GENOBJS)
2929
$(CC) nomos.o $(OBJS) $(GENOBJS) $(CFLAGS_LOCAL) -o $(EXE)
3030

3131
nomos.o: nomos.c $(HDRS) $(DB) $(REPO) $(AGENTLIB) $(VARS)

0 commit comments

Comments
 (0)