Skip to content

Commit

Permalink
build(xsnap): lin makefile fixes (#2170)
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc authored Jan 8, 2021
1 parent efc2756 commit 6ec785f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/xsnap/makefiles/lin/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
all: debug release

debug:
make -f xs-vat-worker.mk
make -f xsnap.mk

release:
make GOAL=release -f xs-vat-worker.mk
make GOAL=release -f xsnap.mk
2 changes: 1 addition & 1 deletion packages/xsnap/makefiles/lin/xsnap.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
: %.c
% : %.c
%.o : %.c

GOAL ?= debug
Expand Down

0 comments on commit 6ec785f

Please sign in to comment.