fix acosail8.6 env
This commit is contained in:
parent
a5abab00b6
commit
32b2315436
3
.clang-format
Normal file
3
.clang-format
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
BasedOnStyle: Google
|
||||||
|
SortIncludes: false
|
||||||
|
ColumnLimit: 0
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*.o
|
6
deps
Normal file
6
deps
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
yum:
|
||||||
|
sudo dnf install -y xorg-x11-server-devel \
|
||||||
|
libXft-devel \
|
||||||
|
libXinerama-devel \
|
||||||
|
yajl-devel
|
||||||
|
|
|
@ -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.
Loading…
Reference in New Issue
Block a user