Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/xfce4/Makefile
blob: f4d3009a7caef54dc311f80c9ec142255bfb82c8 (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)