diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-04-22 16:45:29 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-04-22 16:45:29 -0700 |
| commit | 484a5f6779abd752fb95f107dec6fa79465f52c7 (patch) | |
| tree | 0e6ad709c6944eb9e36f41560df888680c036bb4 /Makefile | |
| parent | a639479c2731e7167887dcbb71208449f1a80923 (diff) | |
| parent | f9d4a5a02b206a2020738ce09049d2a220ebe1d4 (diff) | |
| download | mruby-484a5f6779abd752fb95f107dec6fa79465f52c7.tar.gz mruby-484a5f6779abd752fb95f107dec6fa79465f52c7.zip | |
Merge pull request #39 from MobiRuby/make_clean
Fixed to forget to remove some files on 'make clean'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -113,8 +113,10 @@ $(OBJM) : $(MSRC) .PHONY : clean clean : $(MAKE) clean -C src $(MAKE_FLAGS) + $(MAKE) clean -C tools/mrbc $(MAKE_FLAGS) $(MAKE) clean -C tools/mruby $(MAKE_FLAGS) -rm -f $(EXE) $(OBJM) -rm -f $(OBJM:.o=.d) + -rm -f $(patsubst %.c,%.o,$(EXCEPT1)) $(patsubst %.c,%.d,$(EXCEPT1)) -rm -f $(IOSLIB) $(IOSSIMLIB) $(IOSDEVLIB) @echo "make: removing targets, objects and depend files of `pwd`" |
