Skip to content

Commit

Permalink
Merge Pull Request snabbco#510 into next
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed May 28, 2015
2 parents 2edc06f + eaa408d commit e65d7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ $(INCOBJ): obj/%_inc.o: %.inc Makefile program/programs.inc | $(OBJDIR)

# Create list of programs that exist
program/programs.inc:
@ls -1d program/*/ | xargs basename -a > $@
@(for d in program/*/; do basename $$d; done) > $@

.FORCE: program/programs.inc

Expand Down

0 comments on commit e65d7c0

Please sign in to comment.