fix acosail8.6 env

This commit is contained in:
uzi 2022-12-02 16:43:25 +08:00
parent a5abab00b6
commit 32b2315436
5 changed files with 11 additions and 1 deletions

3
.clang-format Normal file
View File

@ -0,0 +1,3 @@
BasedOnStyle: Google
SortIncludes: false
ColumnLimit: 0

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.o

6
deps Normal file
View File

@ -0,0 +1,6 @@
yum:
sudo dnf install -y xorg-x11-server-devel \
libXft-devel \
libXinerama-devel \
yajl-devel

View File

@ -29,7 +29,7 @@ dwm-msg: dwm-msg.o
${CC} -o $@ $< ${LDFLAGS} ${CC} -o $@ $< ${LDFLAGS}
clean: clean:
rm -f dwm dwm-msg ${OBJ} dwm-${VERSION}.tar.gz rm -f dwm dwm-msg dwm-msg.o ${OBJ} dwm-${VERSION}.tar.gz
dist: clean dist: clean
mkdir -p dwm-${VERSION} mkdir -p dwm-${VERSION}

Binary file not shown.