Skip to content

Commit

Permalink
Add simple build target
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Sep 24, 2013
1 parent 3f2d105 commit e402f5f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
all:
@echo "Please execute ./test.sh"

clean:
rm -f hello.elf

distclean: clean
rm -rf qemu/build

0 comments on commit e402f5f

Please sign in to comment.