Skip to content

Commit

Permalink
consoladate
Browse files Browse the repository at this point in the history
  • Loading branch information
daTokenizer committed Nov 11, 2016
1 parent 2afd1ba commit d47a4c6
Show file tree
Hide file tree
Showing 4 changed files with 607 additions and 662 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ all: module.so rmutil
rmutil:
$(MAKE) -C $(RMUTIL_LIBDIR)

module.so: module.o hardcore_low_level.o
module.so: module.o
$(LD) -o $@ module.o $(SHOBJ_LDFLAGS) $(LIBS) -L$(RMUTIL_LIBDIR) -lrmutil -lc

clean:
Expand Down

0 comments on commit d47a4c6

Please sign in to comment.