This repository has been archived on 2025-10-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nub-lang-archive/example/makefile
nub31 7501f1ed10 ...
2025-06-29 16:04:00 +02:00

11 lines
216 B
Makefile

CFLAGS = -Wall -Werror -Wextra -g
OBJECTS := $(shell )
example:
dotnet run --project ../src/compiler/CLI/CLI.csproj src/main.nub src/c.nub
gcc $(CFLAGS) -o out lib/libruntime_x64.a out.a
clean:
rm -r out.a out