summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordalz2020-10-08 22:05:23 +0200
committerdalz2020-10-08 22:46:35 +0200
commitf38b5f4387321ec0a7c06a00cae2e4266ad33bbf (patch)
treefb6595aa89b9c7b5b0cbf49923f8dce3d9def570 /Makefile
parent4f8389ba028d0327cf3e1302408f67a34d9b3d42 (diff)
downloadaur-f38b5f4387321ec0a7c06a00cae2e4266ad33bbf.tar.gz
add voxel module
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index f0ea750fb716..000000000000
--- a/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-.PHONY: get-checksum
-get-checksum:
- updpkgsums
-
-.PHONY: update
-update: get-checksum
- makepkg --printsrcinfo > .SRCINFO
-
-# you may want to do a setup previous to use this target
-# follow https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot#Classic_way
-.PHONY: build
-build:
- @echo "updating ${CHROOT}/root chroot environment..."
- @arch-nspawn ${CHROOT}/root pacman -Syu
- @echo "building package in isolation"
- makechrootpkg -c -r ${CHROOT}