blob: 96dc8d4e46e0dbd39e83c5fe01c16a93b441716f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SUBDIRS = qtxsdk
debug:
@$(MAKE) CFLAGS="$(DEBUG_CFLAGS)"
mostlyclean-generic:
-rm -f *~ \#* .*~ .\#*
maintainer-clean-generic:
-@echo "This command is intended for maintainers to use;"
-@echo "it deletes files that may require special tools to rebuild."
-rm -f Makefile.in
|