mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 13:53:07 +01:00
Fix: -j option breaks compilation
This commit is contained in:
parent
6a8c7d18bf
commit
24bd94a427
5
Makefile
5
Makefile
@ -46,7 +46,10 @@ make_embed:
|
|||||||
ctpv: $(OBJ)
|
ctpv: $(OBJ)
|
||||||
$(CC) -o $@ $+ $(LDFLAGS)
|
$(CC) -o $@ $+ $(LDFLAGS)
|
||||||
|
|
||||||
src/ctpv.c: $(GEN)
|
# Exclicit rules for generated header files
|
||||||
|
src/ctpv.c: gen/prev/scripts.h
|
||||||
|
src/shell.c: gen/helpers.h
|
||||||
|
src/server.c: gen/server.h
|
||||||
|
|
||||||
gen/prev/scripts.h: $(PRE) embed/embed
|
gen/prev/scripts.h: $(PRE) embed/embed
|
||||||
@mkdir -p $(@D)
|
@mkdir -p $(@D)
|
||||||
|
Loading…
Reference in New Issue
Block a user