index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | configs/xfce4/Makefile | 10 |
diff --git a/configs/xfce4/Makefile b/configs/xfce4/Makefile deleted file mode 100644 index f4d3009..0000000 --- a/configs/xfce4/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# 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) - |