Skip to content

Commit

Permalink
Remove remaining references to vm/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomg committed May 16, 2022
1 parent 9dcf9f9 commit 3aa7813
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions doc/PALLENE-UPDATING

This file was deleted.

2 changes: 1 addition & 1 deletion pallene/c_compiler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local util = require "pallene.util"
local c_compiler = {}

local CC = "cc"
local CPPFLAGS = "-I./vm/src"
local CPPFLAGS = ""
local CFLAGS_BASE = "-std=c99 -g -fPIC"
local CFLAGS_WARN = "-Wall -Wundef -Wpedantic -Wno-unused"
local USER_CFlAGS = os.getenv("CFLAGS") or ""
Expand Down

0 comments on commit 3aa7813

Please sign in to comment.