mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-02-03 04:19:11 +01:00
Move prev/ to sh/prev/
This commit is contained in:
parent
7d32959bbb
commit
8a0430bfb3
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ MANPREFIX := $(DESTDIR)$(PREFIX)/man/man1
|
||||
SRC := $(wildcard src/*.c)
|
||||
OBJ := $(SRC:.c=.o)
|
||||
DEP := $(OBJ:.o=.d)
|
||||
PRE := $(wildcard prev/*.sh)
|
||||
PRE := $(wildcard sh/prev/*)
|
||||
GEN := gen/prev/scripts.h gen/server.h gen/helpers.h
|
||||
|
||||
O := -O2
|
||||
|
Loading…
Reference in New Issue
Block a user