blob: e6209dbc6c2d0feeef921578c30bc0ca834aea6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#### host, target, and site specific Makefile frags come in here.
srcdir = .
# Nothing to do...
all:
clean:
-rm -f *.o *.diff *~ *.bad core *.x
distclean: clean
-rm -f Makefile config.status
|