/make/edam-mk

To get this branch, use:
bzr branch http://bzr.ed.am/make/edam-mk

« back to all changes in this revision

Viewing changes to edam.mk

  • Committer: edam
  • Date: 2009-03-05 14:24:59 UTC
  • Revision ID: edam@waxworlds.org-20090305142459-qwm14g5rsttq2f9b
Tags: 3.1
properly cleanup dependencies

Show diffs side-by-side

added added

removed removed

2
2
#
3
3
#                       edam's general-purpose makefile
4
4
#_______________________________________________________________________________
5
 
#                                                                    version 3.0
 
5
#                                                                    version 3.1
6
6
# Copyright (c) 2008 Tim Marston <edam@waxworlds.org>.
7
7
#
8
8
# Permission is hereby granted, free of charge, to any person obtaining a copy
222
222
        @echo "NOT RECURSING: use 'make clean_all' to clean subdirectories as well."
223
223
endif
224
224
endif
225
 
        rm -f $(OBJECTS) $(TARGET) *.dep core
 
225
        rm -f $(OBJECTS) $(TARGET) $(DEPFILES) core
226
226
 
227
227
clean_all: subdirs clean
228
228