Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/drivers/emudsk/makefile @ 2890:1addfd8c9d5f
Revert e4a0f58a5f9b (set NITROS9DIR in makefiles)
This was not done in lwtools-port and makes it more
difficult to compare the trees. Therefore revert it
for now. I will reapply or do it in another way
later.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 24 Nov 2013 23:13:46 +0100 |
parents | e4a0f58a5f9b |
children | aa01cfa11267 |
rev | line source |
---|---|
2890
1addfd8c9d5f
Revert e4a0f58a5f9b (set NITROS9DIR in makefiles)
Tormod Volden <debian.tormod@gmail.com>
parents:
2758
diff
changeset
|
1 include ../../../rules.mak |
402 | 2 |
1363 | 3 DEPENDS = ./makefile |
402 | 4 |
5 DRIVERS = emudsk.dr | |
2597 | 6 DESCS = h0.dd ddh0.dd h1.dd |
402 | 7 ALLOBJS = $(DRIVERS) $(DESCS) |
8 | |
9 all: $(ALLOBJS) $(DEPENDS) | |
10 | |
11 clean: | |
12 $(RM) $(ALLOBJS) | |
13 |