aboutsummaryrefslogtreecommitdiffstats
path: root/maketargets/clean.mk
blob: cfc6dc223a84fa3b9ebf72443fcbedc62df0cfd1 (plain)
1
2
3
4
5
6
7
8
# The 'clean' target

clean:
	$(E) "  CLEAN"
#	$(RM) $(OBJS)
	$(RM) $(AP_OBJS)
	$(RM) $(MR_OBJS)
	$(RM) $(TGTS)