Skip to content

Commit

Permalink
minicargo - Minimially-tested new build job system
Browse files Browse the repository at this point in the history
  • Loading branch information
thepowersgang committed Sep 10, 2023
1 parent 789c351 commit ad82eac
Show file tree
Hide file tree
Showing 12 changed files with 1,782 additions and 852 deletions.
5 changes: 4 additions & 1 deletion tools/minicargo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ V ?= @
OBJDIR := .obj/

BIN := ../../bin/minicargo$(EXESUF)
OBJS := main.o build.o manifest.o repository.o cfg.o
OBJS := main.o manifest.o repository.o cfg.o
#OBJS += build.o
OBJS += build2.o
OBJS += jobs.o
OBJS += file_timestamp.o os.o

LINKFLAGS := -g -lpthread
CXXFLAGS := -Wall -std=c++14 -g -O2
Expand Down
Loading

0 comments on commit ad82eac

Please sign in to comment.