mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-04 04:25:46 -04:00
move towards using system CPP
buildcfg.txt: rework OR relationship to be CPP-compliant remove tools/simplecpp Makefile: CPP=/usr/bin/cpp stop redundant rebuilds remove all from PHONY in lumps/cph/misc-lumps/Makefile clean up build output add a newline to lumps/cph/misc-lumps/colormap.pl add a clean target, to: ./Makefile ./lumps/Makefile ./lumps/cph/misc-lumps/Makefile
This commit is contained in:
parent
8822fbc02c
commit
5e2593f7df
6 changed files with 15 additions and 155 deletions
|
@ -9,3 +9,5 @@ freedoom.lmp: force
|
|||
|
||||
force:
|
||||
|
||||
clean:
|
||||
make -C cph/misc-lumps clean
|
||||
|
|
|
@ -14,4 +14,7 @@ dist : doom-misc-lumps-$(VERSION).tar.gz
|
|||
doom-misc-lumps-$(VERSION).tar.gz : $(SOURCES)
|
||||
tar czf $@ $(SOURCES)
|
||||
|
||||
.PHONY : all dist
|
||||
clean:
|
||||
rm -f playpal.lmp colormap.lmp doom-misc-lumps-$(VERSION).tar.gz
|
||||
|
||||
.PHONY : dist clean
|
||||
|
|
|
@ -77,6 +77,7 @@ foreach my $i (0..31) {
|
|||
print map { pack("C",$_) } @$p;
|
||||
print STDERR ".";
|
||||
}
|
||||
print STDERR "\n";
|
||||
# And now INVERSECOLORMAP
|
||||
{
|
||||
my $p = darkenedpalette(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue