Skip to content

Commit 08cbb17

Browse files
committed
[fix] : Fixed full build typo
1 parent 1ffbe82 commit 08cbb17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ KERNEL := zen
55
SHARE_OPTION := --boot-splash --comp-type "xz" --user "alter" --password "alter" --kernel "${KERNEL}" --debug --noconfirm
66
ARCH_x86_64 := --arch x86_64
77
ARCH_i686 := --arch i686
8-
FULLBUILD := -d -g -e 1 --noconfirm
8+
FULLBUILD := -d -g -e --noconfirm
99
FULL_x86_64 := xfce cinnamon i3 plasma
1010
FULL_i686 := xfce lxde
1111
CURRENT_DIR := ${shell dirname $(dir $(abspath $(lastword $(MAKEFILE_LIST))))}/${shell basename $(dir $(abspath $(lastword $(MAKEFILE_LIST))))}
1212

1313
full:
14-
@sudo ${CURRENT_DIR}/tools/fullbuild.sh ${FULLBUILD} -m x86_64 ${FULL_x86_64}
15-
@sudo ${CURRENT_DIR}/tools/fullbuild.sh ${FULLBUILD} -m i686 ${FULL_i686}
14+
sudo ${CURRENT_DIR}/tools/fullbuild.sh ${FULLBUILD} -m x86_64 ${FULL_x86_64}
15+
sudo ${CURRENT_DIR}/tools/fullbuild.sh ${FULLBUILD} -m i686 ${FULL_i686}
1616
@make clean
1717

1818
basic-64 basic-32 cinnamon-64 cinnamon-32 gnome-64 i3-64 i3-32 lxde-64 lxde-32 plasma-64 releng-32 releng-64 serene-64 serene-32 xfce-64 xfce-32 xfce-pro-64:

0 commit comments

Comments
 (0)