summaryrefslogtreecommitdiff
path: root/configs/xfce4/Makefile
blob: 6a609fb55de900ae5086facb35cfc3a0230206e4 (plain)
1
2
3
4
5
6
7
8
9
10
# 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)