mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:57:35 +00:00
Build: Build the host-side FormCompiler before everything else.
Since we're gonna want to use this for building other apps, it should be the very first thing we build.
This commit is contained in:
parent
3eb6a9a286
commit
f07649faba
2 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@ all: $(PROGRAM)
|
|||
CXXFLAGS = -std=c++17 -Wall -Wextra
|
||||
|
||||
$(PROGRAM): $(SOURCES)
|
||||
$(CXX) $(CXXFLAGS) -I../ -I../../ -I../../Libraries/ -o $@ $(SOURCES)
|
||||
$(PRE_CXX) $(CXX) $(CXXFLAGS) -I../ -I../../ -I../../Libraries/ -o $@ $(SOURCES)
|
||||
|
||||
clean:
|
||||
rm -f $(PROGRAM)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue