Improve build.
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1,6 +1,10 @@
|
|||||||
Session.vim
|
Session.vim
|
||||||
Emulator
|
|
||||||
build/*
|
|
||||||
.undodir
|
.undodir
|
||||||
.ccls
|
.ccls
|
||||||
.tup/*
|
##### TUP GITIGNORE #####
|
||||||
|
##### Lines below automatically generated by Tup.
|
||||||
|
##### Do not edit.
|
||||||
|
.tup
|
||||||
|
/.gitignore
|
||||||
|
/Emulator
|
||||||
|
/build
|
||||||
|
|||||||
2
Tupfile
2
Tupfile
@@ -10,3 +10,5 @@ PROG = Emulator
|
|||||||
|
|
||||||
: foreach $(SRC_DIR)/*.cpp |> $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c %f -o %o |> $(BUILD_DIR)/%B.o
|
: foreach $(SRC_DIR)/*.cpp |> $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c %f -o %o |> $(BUILD_DIR)/%B.o
|
||||||
: $(BUILD_DIR)/*.o |> $(CXX) %f $(LDFLAGS) $(LIBS) -o %o |> $(PROG)
|
: $(BUILD_DIR)/*.o |> $(CXX) %f $(LDFLAGS) $(LIBS) -o %o |> $(PROG)
|
||||||
|
|
||||||
|
.gitignore
|
||||||
|
|||||||
Reference in New Issue
Block a user