...
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
CFLAGS = -Wall -Werror -Wextra -g
|
||||
|
||||
OBJECTS := $(shell dotnet run --project ../src/compiler/CLI/CLI.csproj src/main.nub src/c.nub)
|
||||
OBJECTS := $(shell )
|
||||
|
||||
example:
|
||||
mkdir -p bin
|
||||
gcc $(CFLAGS) -o bin/out lib/libruntime_x64.a $(OBJECTS)
|
||||
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 bin bin-int
|
||||
rm -r out.a out
|
||||
|
||||
Reference in New Issue
Block a user