ISO/configs/xfce4/Makefile
Aaron Griffin 6f9cdf5958 Added Simo's XFCE4 config
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-09-06 23:54:38 -05:00

11 lines
245 B
Makefile

# I'm a make retard, there are probably prettier ways of doing this...
WORKING_DIR=$(PWD)/.work
ISO_NAME=$(PWD)/Archlinux-XFCE4-Live.iso
all: iso
iso:
mkarchiso -v -i archiso-mkinitcpio.conf -P packages.list all $(WORKING_DIR) $(ISO_NAME)