Minor fix for the drop/Makefile (two '-o' options).
parent
5b73186353
commit
178f205d44
|
@ -29,7 +29,7 @@ zigcompilation: build.zig src/*.zig
|
||||||
|
|
||||||
compilation: src/main.c
|
compilation: src/main.c
|
||||||
@echo the following compilation will produce errors despite actually working
|
@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:
|
run:
|
||||||
LD_LIBRARY_PATH=build ./main
|
LD_LIBRARY_PATH=build ./main
|
||||||
|
|
Reference in New Issue