Skip to content

Commit

Permalink
add make target
Browse files Browse the repository at this point in the history
  • Loading branch information
rroohhh committed Jul 7, 2016
1 parent c921a14 commit 3500cc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,8 @@ disasm: main.elf
cpp:
$(COMPILE) -E $(SOURCEDIR)/main.c

update:
scripts/update.sh

# include generated header dependencies
-include $(BUILDDIR)/$(OBJECTS:.o=.d)

0 comments on commit 3500cc2

Please sign in to comment.