Skip to content

Commit

Permalink
compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
daTokenizer committed Nov 11, 2016
1 parent bbfe7f8 commit 2afd1ba
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 134 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
module.so: module.o hardcore_low_level.o
$(LD) -o $@ module.o $(SHOBJ_LDFLAGS) $(LIBS) -L$(RMUTIL_LIBDIR) -lrmutil -lc

clean:
Expand Down

0 comments on commit 2afd1ba

Please sign in to comment.