diff --git a/Makefile b/Makefile deleted file mode 100644 index 0e4a951..0000000 --- a/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -PACKAGES= raylib raygui easings physics rres - -GO?= go - -all: packages - -packages: - @for pkg in ${PACKAGES}; do \ - echo "Building package github.com/gen2brain/raylib-go/$$pkg..."; \ - ${GO} build github.com/gen2brain/raylib-go/$$pkg || exit 1; \ - done