Skip to content

Commit

Permalink
add default target w/ name 'all'
Browse files Browse the repository at this point in the history
  • Loading branch information
MaZderMind committed Apr 2, 2013
1 parent 2e2dde1 commit bb80721
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 @@ -13,6 +13,9 @@ ifdef CONFIG_AO
SRCS += audio_ao.c
endif

# default target
all: shairport

shairport: $(SRCS)
$(CC) $(CFLAGS) $(SRCS) $(LDFLAGS) -o shairport

Expand Down

0 comments on commit bb80721

Please sign in to comment.