Remove Makefile
This commit is contained in:
parent
89845f559c
commit
95269734e2
1 changed files with 0 additions and 11 deletions
11
Makefile
11
Makefile
|
@ -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
|
|
Loading…
Add table
Add a link
Reference in a new issue