Mike Swanson
eca25952ad
make: use $(RM) for removing files
...
This is one of the built-in variables for Make and can increase
portability on different operating systems (eg, on Windows, the
built-in $(RM) may be defined as "del" instead of "rm -f").
2019-09-04 14:22:49 -07:00
Mike Swanson
c6235d6ffc
Makefile: Make sure all built files are removed in make clean
.
2017-02-19 12:22:57 -08:00
Simon Howard
0324308f37
lumps: Eliminate symlinks for dmxgus/genmidi.
...
Get rid of the symlinks for these lumps by copying into the parent
directory after build. This brings more progress on #202 .
2015-12-24 11:15:50 +01:00
Mike Swanson
90fd6b1686
Cleanup __pycache__ directories with "make clean"
2014-10-29 00:37:42 -07:00
Fabian Greffrath
d9c9b315e6
Remove Python byte-code in the clean rule.
2014-01-20 13:06:50 +01:00
Simon Howard
9a6a3b13b3
lumps: Add Makefile I forgot to include.
...
This was supposed to be in the previous commit.
2013-03-05 02:26:44 +00:00