Skip to content

Commit

Permalink
Make it clean *.pyc files that are left behind.
Browse files Browse the repository at this point in the history
Changed Files:

M    Postamble.make

Signed-off-by: Mark Fasheh <[email protected]>

Original-revision: 126
  • Loading branch information
Marcos Matsunaga authored and Joel Becker committed Aug 26, 2008
1 parent ad50459 commit f95b812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Postamble.make
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ $(CLEAN_SUBDIRS):
$(MAKE) -C $(subst -clean,,$@) clean

clean: clean-subdirs $(CLEAN_RULES)
rm -f *.o *.p .*.d core $(BIN_PROGRAMS) $(SBIN_PROGRAMS) $(UNINST_PROGRAMS) $(LIBRARIES) $(UNINST_LIBRARIES) $(CLEAN_FILES) stamp-md5
rm -f *.o *.p .*.d *.pyc core $(BIN_PROGRAMS) $(SBIN_PROGRAMS) $(UNINST_PROGRAMS) $(LIBRARIES) $(UNINST_LIBRARIES) $(CLEAN_FILES) stamp-md5


DIST_SUBDIRS = $(addsuffix -dist,$(SUBDIRS))
Expand Down

0 comments on commit f95b812

Please sign in to comment.