Minor fix for the drop/Makefile (two '-o' options).

master
Philippe Pittoli 2023-01-17 04:42:05 +01:00
parent 5b73186353
commit 178f205d44
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ zigcompilation: build.zig src/*.zig
compilation: src/main.c
@echo the following compilation will produce errors despite actually working
$(CC) -o app -o main build/libipc.so $(CFLAGS) $^ $(LDFLAGS)
$(CC) -o main build/libipc.so $(CFLAGS) $^ $(LDFLAGS)
run:
LD_LIBRARY_PATH=build ./main